Html Css Color HEX #BDE6D9 Cruise

📋 copy color: '#BDE6D9'

red 189 ◦ green 230 ◦ blue 217

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

Shades of Cruise #BDE6D9

Tints of Cruise #BDE6D9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.16%

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

R = 29.72%
G = 36.16%
B = 34.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#BDE6D9 (or 0xBDE6D9) is known color: Cruise. HEX triplet: BD, E6 and D9. RGB value is (189,230,217). Sum of RGB (Red+Green+Blue) = 189+230+217=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6D9 is #421926. Grayscale: #D8D8D8. Windows color (decimal): -4331815 or 14280381. OLE color: 14280381.

HSL color Cylindrical-coordinate representation of color #BDE6D9: hue angle of 160.98º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6D9 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 217 -
CMYK 0.18 0 0.06 0.10
HSL 160.98º 0.45% 0.82% -
HSV(B) 160.98º 0.18% 0.9% -
XYZ 61.81 72.42 76.37 -
YUV 216.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 189 230 217 0.18 0 0.06 0.10 160.98 0.45 0.82
Hex BD E6 D9 12 0 6 A A1 2D 52
Octal 275 346 331 22 0 6 12 241 55 122
Binary 10111101 11100110 11011001 10010 0 110 1010 10100001 101101 1010010

Color Harmonies of #BDE6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6D9

Black with #BDE6D9

Text Example


Text Example

White with #BDE6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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