Html Css Color HEX #BDDFD8 Cruise

📋 copy color: '#BDDFD8'

red 189 ◦ green 223 ◦ blue 216

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

Shades of Cruise #BDDFD8

Tints of Cruise #BDDFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.39%

R = 30.1%
G = 35.51%
B = 34.39%

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

#BDDFD8 (or 0xBDDFD8) is known color: Cruise. HEX triplet: BD, DF and D8. RGB value is (189,223,216). Sum of RGB (Red+Green+Blue) = 189+223+216=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD8 is #422027. Grayscale: #D4D4D4. Windows color (decimal): -4333608 or 14213053. OLE color: 14213053.

HSL color Cylindrical-coordinate representation of color #BDDFD8: hue angle of 167.65º 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 #BDDFD8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 216 -
CMYK 0.15 0 0.03 0.13
HSL 167.65º 0.35% 0.81% -
HSV(B) 167.65º 0.15% 0.87% -
XYZ 59.77 68.55 75.05 -
YUV 212.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 189 223 216 0.15 0 0.03 0.13 167.65 0.35 0.81
Hex BD DF D8 F 0 3 D A8 23 51
Octal 275 337 330 17 0 3 15 250 43 121
Binary 10111101 11011111 11011000 1111 0 11 1101 10101000 100011 1010001

Color Harmonies of #BDDFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFD8

Black with #BDDFD8

Text Example


Text Example

White with #BDDFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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