Html Css Color HEX #B7DED0 Cruise

📋 copy color: '#B7DED0'

red 183 ◦ green 222 ◦ blue 208

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

Shades of Cruise #B7DED0

Tints of Cruise #B7DED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.22%

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

R = 29.85%
G = 36.22%
B = 33.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#B7DED0 (or 0xB7DED0) is known color: Cruise. HEX triplet: B7, DE and D0. RGB value is (183,222,208). Sum of RGB (Red+Green+Blue) = 183+222+208=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DED0 is #48212F. Grayscale: #D0D0D0. Windows color (decimal): -4727088 or 13688503. OLE color: 13688503.

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

Color convert

RGB 183 222 208 -
CMYK 0.18 0 0.06 0.13
HSL 158.46º 0.37% 0.79% -
HSV(B) 158.46º 0.18% 0.87% -
XYZ 57.03 66.86 69.57 -
YUV 208.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 183 222 208 0.18 0 0.06 0.13 158.46 0.37 0.79
Hex B7 DE D0 12 0 6 D 9E 25 4F
Octal 267 336 320 22 0 6 15 236 45 117
Binary 10110111 11011110 11010000 10010 0 110 1101 10011110 100101 1001111

Color Harmonies of #B7DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DED0

Black with #B7DED0

Text Example


Text Example

White with #B7DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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