Html Css Color HEX #BDE1DB Cruise

📋 copy color: '#BDE1DB'

red 189 ◦ green 225 ◦ blue 219

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

Shades of Cruise #BDE1DB

Tints of Cruise #BDE1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.55%

 BLUE value IS 219 (85.94% from 255) = 34.6%

R = 29.86%
G = 35.55%
B = 34.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#BDE1DB (or 0xBDE1DB) is known color: Cruise. HEX triplet: BD, E1 and DB. RGB value is (189,225,219). Sum of RGB (Red+Green+Blue) = 189+225+219=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1DB is #421E24. Grayscale: #D5D5D5. Windows color (decimal): -4333093 or 14410173. OLE color: 14410173.

HSL color Cylindrical-coordinate representation of color #BDE1DB: hue angle of 170º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1DB is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 219 -
CMYK 0.16 0 0.03 0.12
HSL 170º 0.38% 0.81% -
HSV(B) 170º 0.16% 0.88% -
XYZ 60.7 69.78 77.29 -
YUV 213.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 189 225 219 0.16 0 0.03 0.12 170 0.38 0.81
Hex BD E1 DB 10 0 3 C AA 26 51
Octal 275 341 333 20 0 3 14 252 46 121
Binary 10111101 11100001 11011011 10000 0 11 1100 10101010 100110 1010001

Color Harmonies of #BDE1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1DB

Black with #BDE1DB

Text Example


Text Example

White with #BDE1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1DB; }

 p { color: rgb(189,225,219); }

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

background-color css

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

 a { background-color: rgb(189,225,219); }

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

border-color css

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

 span { border-color: rgb(189,225,219); }

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