#BCDDDA

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

Shades of Cruise #BCDDDA

Tints of Cruise #BCDDDA

Color information

#BCDDDA (or 0xBCDDDA) is unknown color: approx Cruise. HEX triplet: BC, DD and DA. RGB value is (188,221,218). Sum of RGB (Red+Green+Blue) = 188+221+218=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDDA is #432225. Grayscale: #D2D2D2. Windows color (decimal): -4399654 or 14343612. OLE color: 14343612.

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

Color convert

RGB188221218-
CMYK0.1500.010.13
HSL174.55º32.67%80.2%-
HSV(B)174.55º14.93%86.67%-
XYZ59.2567.4776.23-
YUV210.79132.07111.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=29.98%
G=35.25%
B=34.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882212180.1500.010.13174.5532.6780.2
HexBCDDDAF01Daf2150
Octal27433533217011525741120
Binary1011110011011101110110101111011101101011111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDDA; }

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

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

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

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

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

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

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

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