#BCDFD4

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

Shades of Cruise #BCDFD4

Tints of Cruise #BCDFD4

Color information

#BCDFD4 (or 0xBCDFD4) is unknown color: approx Cruise. HEX triplet: BC, DF and D4. RGB value is (188,223,212). Sum of RGB (Red+Green+Blue) = 188+223+212=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFD4 is #43202B. Grayscale: #D3D3D3. Windows color (decimal): -4399148 or 13950908. OLE color: 13950908.

HSL color Cylindrical-coordinate representation of color #BCDFD4: hue angle of 161.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFD4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB188223212-
CMYK0.1600.050.13
HSL161.14º35.35%80.59%-
HSV(B)161.14º15.7%87.45%-
XYZ59.0168.2272.34-
YUV211.28128.4111.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=30.18%
G=35.79%
B=34.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882232120.1600.050.13161.1435.3580.59
HexBCDFD41005Da12351
Octal27433732420051524143121
Binary1011110011011111110101001000001011101101000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFD4; }

 p { color: rgb(188,223,212); }

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

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

 a { background-color: rgb(188,223,212); }

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

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

 span { border-color: rgb(188,223,212); }

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