Html Css Color HEX #BDE3DB Cruise

📋 copy color: '#BDE3DB'

red 189 ◦ green 227 ◦ blue 219

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

Shades of Cruise #BDE3DB

Tints of Cruise #BDE3DB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.75%

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

R = 29.76%
G = 35.75%
B = 34.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#BDE3DB (or 0xBDE3DB) is known color: Cruise. HEX triplet: BD, E3 and DB. RGB value is (189,227,219). Sum of RGB (Red+Green+Blue) = 189+227+219=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3DB is #421C24. Grayscale: #D6D6D6. Windows color (decimal): -4332581 or 14410685. OLE color: 14410685.

HSL color Cylindrical-coordinate representation of color #BDE3DB: hue angle of 167.37º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3DB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 219 -
CMYK 0.17 0 0.04 0.11
HSL 167.37º 0.4% 0.82% -
HSV(B) 167.37º 0.17% 0.89% -
XYZ 61.24 70.87 77.47 -
YUV 214.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 189 227 219 0.17 0 0.04 0.11 167.37 0.4 0.82
Hex BD E3 DB 11 0 4 B A7 28 52
Octal 275 343 333 21 0 4 13 247 50 122
Binary 10111101 11100011 11011011 10001 0 100 1011 10100111 101000 1010010

Color Harmonies of #BDE3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3DB

Black with #BDE3DB

Text Example


Text Example

White with #BDE3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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