#BCDDD6

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

Shades of Cruise #BCDDD6

Tints of Cruise #BCDDD6

Color information

#BCDDD6 (or 0xBCDDD6) is unknown color: approx Cruise. HEX triplet: BC, DD and D6. RGB value is (188,221,214). Sum of RGB (Red+Green+Blue) = 188+221+214=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDD6 is #432229. Grayscale: #D2D2D2. Windows color (decimal): -4399658 or 14081468. OLE color: 14081468.

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

Color convert

RGB188221214-
CMYK0.1500.030.13
HSL167.27º32.67%80.2%-
HSV(B)167.27º14.93%86.67%-
XYZ58.7367.2673.51-
YUV210.33130.07112.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 214 (83.98% from 255) = 34.35%
R=30.18%
G=35.47%
B=34.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882212140.1500.030.13167.2732.6780.2
HexBCDDD6F03Da72150
Octal27433532617031524741120
Binary10111100110111011101011011110111101101001111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDD6; }

 p { color: rgb(188,221,214); }

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

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

 a { background-color: rgb(188,221,214); }

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

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

 span { border-color: rgb(188,221,214); }

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