Html Css Color HEX #B7DBD2 Cruise

📋 copy color: '#B7DBD2'

red 183 ◦ green 219 ◦ blue 210

#B7DBD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #B7DBD2

Tints of Cruise #B7DBD2

RGB

 RED value IS 183 (71.88% from 255) = 29.9%

 GREEN value IS 219 (85.94% from 255) = 35.78%

 BLUE value IS 210 (82.42% from 255) = 34.31%

R = 29.9%
G = 35.78%
B = 34.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#B7DBD2 (or 0xB7DBD2) is known color: Cruise. HEX triplet: B7, DB and D2. RGB value is (183,219,210). Sum of RGB (Red+Green+Blue) = 183+219+210=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBD2 is #48242D. Grayscale: #CFCFCF. Windows color (decimal): -4727854 or 13818807. OLE color: 13818807.

HSL color Cylindrical-coordinate representation of color #B7DBD2: hue angle of 165º 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 #B7DBD2 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 219 210 -
CMYK 0.16 0 0.04 0.14
HSL 165º 0.33% 0.79% -
HSV(B) 165º 0.16% 0.86% -
XYZ 56.49 65.38 70.62 -
YUV 207.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 183 219 210 0.16 0 0.04 0.14 165 0.33 0.79
Hex B7 DB D2 10 0 4 E A5 21 4F
Octal 267 333 322 20 0 4 16 245 41 117
Binary 10110111 11011011 11010010 10000 0 100 1110 10100101 100001 1001111

Color Harmonies of #B7DBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DBD2

Black with #B7DBD2

Text Example


Text Example

White with #B7DBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DBD2; }

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

 H1.HeaderClassName
 {
   color: #B7DBD2;
 }
 .AnyTagClassName
 {
   color: #B7DBD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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