#BDDBD2

Color #BDDBD2 Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #BDDBD2

Tints of Cruise #BDDBD2

Color information

#BDDBD2 (or 0xBDDBD2) is unknown color: approx Cruise. HEX triplet: BD, DB and D2. RGB value is (189,219,210). Sum of RGB (Red+Green+Blue) = 189+219+210=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD2 is #42242D. Grayscale: #D1D1D1. Windows color (decimal): -4334638 or 13818813. OLE color: 13818813.

HSL color Cylindrical-coordinate representation of color #BDDBD2: hue angle of 162º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBD2 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB189219210-
CMYK0.1400.040.14
HSL162º29.41%80%-
HSV(B)162º13.7%85.88%-
XYZ57.9566.1470.68-
YUV209128.56113.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=30.58%
G=35.44%
B=33.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892192100.1400.040.1416229.4180
HexBDDBD2E04Ea21d50
Octal27533332216041624235120
Binary10111101110110111101001011100100111010100010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBD2; }

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

 H1.HeaderClassName
 {
   color: #BDDBD2;
 }
 .AnyTagClassName
 {
   color: #BDDBD2;
 }
</style>
background-color css

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

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

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

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

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

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