Html Css Color HEX #BDD9D4 Cruise

📋 copy color: '#BDD9D4'

red 189 ◦ green 217 ◦ blue 212

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

Shades of Cruise #BDD9D4

Tints of Cruise #BDD9D4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.11%

 BLUE value IS 212 (83.2% from 255) = 34.3%

R = 30.58%
G = 35.11%
B = 34.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#BDD9D4 (or 0xBDD9D4) is known color: Cruise. HEX triplet: BD, D9 and D4. RGB value is (189,217,212). Sum of RGB (Red+Green+Blue) = 189+217+212=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9D4 is #42262B. Grayscale: #D0D0D0. Windows color (decimal): -4335148 or 13949373. OLE color: 13949373.

HSL color Cylindrical-coordinate representation of color #BDD9D4: hue angle of 169.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9D4 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 212 -
CMYK 0.13 0 0.02 0.15
HSL 169.29º 0.27% 0.8% -
HSV(B) 169.29º 0.13% 0.85% -
XYZ 57.68 65.2 71.83 -
YUV 208.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 189 217 212 0.13 0 0.02 0.15 169.29 0.27 0.8
Hex BD D9 D4 D 0 2 F A9 1B 50
Octal 275 331 324 15 0 2 17 251 33 120
Binary 10111101 11011001 11010100 1101 0 10 1111 10101001 11011 1010000

Color Harmonies of #BDD9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9D4

Black with #BDD9D4

Text Example


Text Example

White with #BDD9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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