#B8DECF

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

Shades of Cruise #B8DECF

Tints of Cruise #B8DECF

Color information

#B8DECF (or 0xB8DECF) is unknown color: approx Cruise. HEX triplet: B8, DE and CF. RGB value is (184,222,207). Sum of RGB (Red+Green+Blue) = 184+222+207=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DECF is #472130. Grayscale: #D0D0D0. Windows color (decimal): -4661553 or 13622968. OLE color: 13622968.

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

Color convert

RGB184222207-
CMYK0.1700.070.13
HSL156.32º36.54%79.61%-
HSV(B)156.32º17.12%87.06%-
XYZ57.1566.9468.94-
YUV208.93126.91110.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.02%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=30.02%
G=36.22%
B=33.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842222070.1700.070.13156.3236.5479.61
HexB8DECF1107D9c2550
Octal27033631721071523445120
Binary1011100011011110110011111000101111101100111001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DECF; }

 p { color: rgb(184,222,207); }

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

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

 a { background-color: rgb(184,222,207); }

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

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

 span { border-color: rgb(184,222,207); }

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