#BCDED1

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

Shades of Cruise #BCDED1

Tints of Cruise #BCDED1

Color information

#BCDED1 (or 0xBCDED1) is unknown color: approx Cruise. HEX triplet: BC, DE and D1. RGB value is (188,222,209). Sum of RGB (Red+Green+Blue) = 188+222+209=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDED1 is #43212E. Grayscale: #D2D2D2. Windows color (decimal): -4399407 or 13754044. OLE color: 13754044.

HSL color Cylindrical-coordinate representation of color #BCDED1: hue angle of 157.06º degrees, saturation: 0.34, 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 #BCDED1 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB188222209-
CMYK0.1500.060.13
HSL157.06º34%80.39%-
HSV(B)157.06º15.32%87.06%-
XYZ58.3767.5470.28-
YUV210.35127.24112.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 209 (82.03% from 255) = 33.76%
R=30.37%
G=35.86%
B=33.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882222090.1500.060.13157.063480.39
HexBCDED1F06D9d2250
Octal27433632117061523542120
Binary101111001101111011010001111101101101100111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDED1; }

 p { color: rgb(188,222,209); }

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

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

 a { background-color: rgb(188,222,209); }

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

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

 span { border-color: rgb(188,222,209); }

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