Html Css Color HEX #BDDFD9 Cruise

📋 copy color: '#BDDFD9'

red 189 ◦ green 223 ◦ blue 217

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

Shades of Cruise #BDDFD9

Tints of Cruise #BDDFD9

RGB

 RED value IS 189 (74.22% from 255) = 30.05%

 GREEN value IS 223 (87.5% from 255) = 35.45%

 BLUE value IS 217 (85.16% from 255) = 34.5%

R = 30.05%
G = 35.45%
B = 34.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#BDDFD9 (or 0xBDDFD9) is known color: Cruise. HEX triplet: BD, DF and D9. RGB value is (189,223,217). Sum of RGB (Red+Green+Blue) = 189+223+217=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD9 is #422026. Grayscale: #D4D4D4. Windows color (decimal): -4333607 or 14278589. OLE color: 14278589.

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

Color convert

RGB 189 223 217 -
CMYK 0.15 0 0.03 0.13
HSL 169.41º 0.35% 0.81% -
HSV(B) 169.41º 0.15% 0.87% -
XYZ 59.9 68.6 75.73 -
YUV 212.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 189 223 217 0.15 0 0.03 0.13 169.41 0.35 0.81
Hex BD DF D9 F 0 3 D A9 23 51
Octal 275 337 331 17 0 3 15 251 43 121
Binary 10111101 11011111 11011001 1111 0 11 1101 10101001 100011 1010001

Color Harmonies of #BDDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFD9

Black with #BDDFD9

Text Example


Text Example

White with #BDDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFD9; }

 p { color: rgb(189,223,217); }

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

background-color css

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

 a { background-color: rgb(189,223,217); }

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

border-color css

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

 span { border-color: rgb(189,223,217); }

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