Html Css Color HEX #B7DBD3 Cruise

📋 copy color: '#B7DBD3'

red 183 ◦ green 219 ◦ blue 211

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

Shades of Cruise #B7DBD3

Tints of Cruise #B7DBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.42%

R = 29.85%
G = 35.73%
B = 34.42%

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

#B7DBD3 (or 0xB7DBD3) is known color: Cruise. HEX triplet: B7, DB and D3. RGB value is (183,219,211). Sum of RGB (Red+Green+Blue) = 183+219+211=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBD3 is #48242C. Grayscale: #CFCFCF. Windows color (decimal): -4727853 or 13884343. OLE color: 13884343.

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

Color convert

RGB 183 219 211 -
CMYK 0.16 0 0.04 0.14
HSL 166.67º 0.33% 0.79% -
HSV(B) 166.67º 0.16% 0.86% -
XYZ 56.62 65.43 71.27 -
YUV 207.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 183 219 211 0.16 0 0.04 0.14 166.67 0.33 0.79
Hex B7 DB D3 10 0 4 E A7 21 4F
Octal 267 333 323 20 0 4 16 247 41 117
Binary 10110111 11011011 11010011 10000 0 100 1110 10100111 100001 1001111

Color Harmonies of #B7DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DBD3

Black with #B7DBD3

Text Example


Text Example

White with #B7DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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