#BDDBD1

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

Shades of Cruise #BDDBD1

Tints of Cruise #BDDBD1

Color information

#BDDBD1 (or 0xBDDBD1) is unknown color: approx Cruise. HEX triplet: BD, DB and D1. RGB value is (189,219,209). Sum of RGB (Red+Green+Blue) = 189+219+209=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD1 is #42242E. Grayscale: #D0D0D0. Windows color (decimal): -4334639 or 13753277. OLE color: 13753277.

HSL color Cylindrical-coordinate representation of color #BDDBD1: hue angle of 160º 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 #BDDBD1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB189219209-
CMYK0.1400.050.14
HSL160º29.41%80%-
HSV(B)160º13.7%85.88%-
XYZ57.8366.0970.03-
YUV208.89128.06113.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 209 (82.03% from 255) = 33.87%
R=30.63%
G=35.49%
B=33.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892192090.1400.050.1416029.4180
HexBDDBD1E05Ea01d50
Octal27533332116051624035120
Binary10111101110110111101000111100101111010100000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBD1; }

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

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

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

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

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

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

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

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