#BDDDD7

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

Shades of Cruise #BDDDD7

Tints of Cruise #BDDDD7

Color information

#BDDDD7 (or 0xBDDDD7) is unknown color: approx Cruise. HEX triplet: BD, DD and D7. RGB value is (189,221,215). Sum of RGB (Red+Green+Blue) = 189+221+215=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDD7 is #422228. Grayscale: #D2D2D2. Windows color (decimal): -4334121 or 14147005. OLE color: 14147005.

HSL color Cylindrical-coordinate representation of color #BDDDD7: hue angle of 168.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDD7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB189221215-
CMYK0.1400.030.13
HSL168.75º32%80.39%-
HSV(B)168.75º14.48%86.67%-
XYZ59.1167.4474.19-
YUV210.75130.4112.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 215 (84.38% from 255) = 34.4%
R=30.24%
G=35.36%
B=34.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892212150.1400.030.13168.753280.39
HexBDDDD7E03Da92050
Octal27533532716031525140120
Binary10111101110111011101011111100111101101010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDD7; }

 p { color: rgb(189,221,215); }

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

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

 a { background-color: rgb(189,221,215); }

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

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

 span { border-color: rgb(189,221,215); }

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