Html Css Color HEX #B7DBD0 Cruise

📋 copy color: '#B7DBD0'

red 183 ◦ green 219 ◦ blue 208

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

Shades of Cruise #B7DBD0

Tints of Cruise #B7DBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.1%

R = 30%
G = 35.9%
B = 34.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#B7DBD0 (or 0xB7DBD0) is known color: 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

RGB 183 219 208 -
CMYK 0.16 0 0.05 0.14
HSL 161.67º 0.33% 0.79% -
HSV(B) 161.67º 0.16% 0.86% -
XYZ 56.25 65.28 69.31 -
YUV 206.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 183 219 208 0.16 0 0.05 0.14 161.67 0.33 0.79
Hex B7 DB D0 10 0 5 E A2 21 4F
Octal 267 333 320 20 0 5 16 242 41 117
Binary 10110111 11011011 11010000 10000 0 101 1110 10100010 100001 1001111

Color Harmonies of #B7DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DBD0

Black with #B7DBD0

Text Example


Text Example

White with #B7DBD0

Text Example


Text Example

HTML Codes & Css Web 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>