Html Css Color HEX #BDE2DA Cruise

📋 copy color: '#BDE2DA'

red 189 ◦ green 226 ◦ blue 218

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

Shades of Cruise #BDE2DA

Tints of Cruise #BDE2DA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.7%

 BLUE value IS 218 (85.55% from 255) = 34.44%

R = 29.86%
G = 35.7%
B = 34.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#BDE2DA (or 0xBDE2DA) is known color: Cruise. HEX triplet: BD, E2 and DA. RGB value is (189,226,218). Sum of RGB (Red+Green+Blue) = 189+226+218=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2DA is #421D25. Grayscale: #D6D6D6. Windows color (decimal): -4332838 or 14344893. OLE color: 14344893.

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

Color convert

RGB 189 226 218 -
CMYK 0.16 0 0.04 0.11
HSL 167.03º 0.39% 0.81% -
HSV(B) 167.03º 0.16% 0.89% -
XYZ 60.84 70.27 76.69 -
YUV 214.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 189 226 218 0.16 0 0.04 0.11 167.03 0.39 0.81
Hex BD E2 DA 10 0 4 B A7 27 51
Octal 275 342 332 20 0 4 13 247 47 121
Binary 10111101 11100010 11011010 10000 0 100 1011 10100111 100111 1010001

Color Harmonies of #BDE2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2DA

Black with #BDE2DA

Text Example


Text Example

White with #BDE2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2DA; }

 p { color: rgb(189,226,218); }

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

background-color css

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

 a { background-color: rgb(189,226,218); }

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

border-color css

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

 span { border-color: rgb(189,226,218); }

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