#B5DFD5

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

Shades of Cruise #B5DFD5

Tints of Cruise #B5DFD5

Color information

#B5DFD5 (or 0xB5DFD5) is unknown color: approx Cruise. HEX triplet: B5, DF and D5. RGB value is (181,223,213). Sum of RGB (Red+Green+Blue) = 181+223+213=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFD5 is #4A202A. Grayscale: #D1D1D1. Windows color (decimal): -4857899 or 14016437. OLE color: 14016437.

HSL color Cylindrical-coordinate representation of color #B5DFD5: hue angle of 165.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DFD5 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB181223213-
CMYK0.1900.040.13
HSL165.71º39.62%79.22%-
HSV(B)165.71º18.83%87.45%-
XYZ57.4567.472.93-
YUV209.3130.09107.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.34%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 213 (83.59% from 255) = 34.52%
R=29.34%
G=36.14%
B=34.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812232130.1900.040.13165.7139.6279.22
HexB5DFD51304Da6284f
Octal26533732523041524650117
Binary1011010111011111110101011001101001101101001101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFD5; }

 p { color: rgb(181,223,213); }

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

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

 a { background-color: rgb(181,223,213); }

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

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

 span { border-color: rgb(181,223,213); }

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