#BCE3DB

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

Shades of Cruise #BCE3DB

Tints of Cruise #BCE3DB

Color information

#BCE3DB (or 0xBCE3DB) is unknown color: approx Cruise. HEX triplet: BC, E3 and DB. RGB value is (188,227,219). Sum of RGB (Red+Green+Blue) = 188+227+219=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3DB is #431C24. Grayscale: #D6D6D6. Windows color (decimal): -4398117 or 14410684. OLE color: 14410684.

HSL color Cylindrical-coordinate representation of color #BCE3DB: hue angle of 167.69º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE3DB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB188227219-
CMYK0.1700.040.11
HSL167.69º41.05%81.37%-
HSV(B)167.69º17.18%89.02%-
XYZ60.9970.7477.46-
YUV214.43130.58109.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 227 (89.06% from 255) = 35.80%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=29.65%
G=35.80%
B=34.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882272190.1700.040.11167.6941.0581.37
HexBCE3DB1104Ba82951
Octal27434333321041325051121
Binary1011110011100011110110111000101001011101010001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE3DB; }

 p { color: rgb(188,227,219); }

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

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

 a { background-color: rgb(188,227,219); }

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

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

 span { border-color: rgb(188,227,219); }

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