#B7DBD0

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

Shades of Cruise #B7DBD0

Tints of Cruise #B7DBD0

Color information

#B7DBD0 (or 0xB7DBD0) is unknown color: approx Cruise. HEX triplet: B7, DB and D0. RGB value is (183,219,208). Sum of RGB (Red+Green+Blue) = 183+219+208=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBD0 is #48242F. Grayscale: #CECECE. Windows color (decimal): -4727856 or 13687735. OLE color: 13687735.

HSL color Cylindrical-coordinate representation of color #B7DBD0: hue angle of 161.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DBD0 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB183219208-
CMYK0.1600.050.14
HSL161.67º33.33%78.82%-
HSV(B)161.67º16.44%85.88%-
XYZ56.2565.2869.31-
YUV206.98128.57110.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30%
GREEN value IS 219 (85.94% from 255) = 35.90%
BLUE value IS 208 (81.64% from 255) = 34.10%
R=30%
G=35.90%
B=34.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832192080.1600.050.14161.6733.3378.82
HexB7DBD01005Ea2214f
Octal26733332020051624241117
Binary1011011111011011110100001000001011110101000101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DBD0; }

 p { color: rgb(183,219,208); }

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

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

 a { background-color: rgb(183,219,208); }

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

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

 span { border-color: rgb(183,219,208); }

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