Html Css Color HEX #B7DED5 Cruise

📋 copy color: '#B7DED5'

red 183 ◦ green 222 ◦ blue 213

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

Shades of Cruise #B7DED5

Tints of Cruise #B7DED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.47%

R = 29.61%
G = 35.92%
B = 34.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B7DED5 (or 0xB7DED5) is known color: Cruise. HEX triplet: B7, DE and D5. RGB value is (183,222,213). Sum of RGB (Red+Green+Blue) = 183+222+213=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DED5 is #48212A. Grayscale: #D1D1D1. Windows color (decimal): -4727083 or 14016183. OLE color: 14016183.

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

Color convert

RGB 183 222 213 -
CMYK 0.18 0 0.04 0.13
HSL 166.15º 0.37% 0.79% -
HSV(B) 166.15º 0.18% 0.87% -
XYZ 57.66 67.11 72.87 -
YUV 209.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 183 222 213 0.18 0 0.04 0.13 166.15 0.37 0.79
Hex B7 DE D5 12 0 4 D A6 25 4F
Octal 267 336 325 22 0 4 15 246 45 117
Binary 10110111 11011110 11010101 10010 0 100 1101 10100110 100101 1001111

Color Harmonies of #B7DED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DED5

Black with #B7DED5

Text Example


Text Example

White with #B7DED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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