Html Css Color HEX #BADDD7 Cruise

📋 copy color: '#BADDD7'

red 186 ◦ green 221 ◦ blue 215

#BADDD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #BADDD7

Tints of Cruise #BADDD7

RGB

 RED value IS 186 (73.05% from 255) = 29.9%

 GREEN value IS 221 (86.72% from 255) = 35.53%

 BLUE value IS 215 (84.38% from 255) = 34.57%

R = 29.9%
G = 35.53%
B = 34.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BADDD7 (or 0xBADDD7) is known color: Cruise. HEX triplet: BA, DD and D7. RGB value is (186,221,215). Sum of RGB (Red+Green+Blue) = 186+221+215=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD7 is #452228. Grayscale: #D1D1D1. Windows color (decimal): -4530729 or 14147002. OLE color: 14147002.

HSL color Cylindrical-coordinate representation of color #BADDD7: hue angle of 169.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADDD7 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 215 -
CMYK 0.16 0 0.03 0.13
HSL 169.71º 0.34% 0.8% -
HSV(B) 169.71º 0.16% 0.87% -
XYZ 58.37 67.06 74.16 -
YUV 209.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 186 221 215 0.16 0 0.03 0.13 169.71 0.34 0.8
Hex BA DD D7 10 0 3 D AA 22 50
Octal 272 335 327 20 0 3 15 252 42 120
Binary 10111010 11011101 11010111 10000 0 11 1101 10101010 100010 1010000

Color Harmonies of #BADDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDD7

Black with #BADDD7

Text Example


Text Example

White with #BADDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDD7; }

 p { color: rgb(186,221,215); }

 H1.HeaderClassName
 {
   color: #BADDD7;
 }
 .AnyTagClassName
 {
   color: #BADDD7;
 }
</style>

background-color css

<style>
 a { background-color: #BADDD7; }

 a { background-color: rgb(186,221,215); }

 div.DivClassName
 {
   background-color: #BADDD7;
 }
 .BgClassName
 {
   background-color: #BADDD7;
 }
</style>

border-color css

<style>
 span { border-color: #BADDD7; }

 span { border-color: rgb(186,221,215); }

 td.TdClassName
 {
   border-color: #BADDD7;
 }
 .TagClassName
 {
   border-color: #BADDD7;
 }
</style>