Html Css Color HEX #B7D6CF Scandal

📋 copy color: '#B7D6CF'

red 183 ◦ green 214 ◦ blue 207

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

Shades of Scandal #B7D6CF

Tints of Scandal #B7D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.43%

 BLUE value IS 207 (81.25% from 255) = 34.27%

R = 30.3%
G = 35.43%
B = 34.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#B7D6CF (or 0xB7D6CF) is known color: Scandal. HEX triplet: B7, D6 and CF. RGB value is (183,214,207). Sum of RGB (Red+Green+Blue) = 183+214+207=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6CF is #482930. Grayscale: #CBCBCB. Windows color (decimal): -4729137 or 13620919. OLE color: 13620919.

HSL color Cylindrical-coordinate representation of color #B7D6CF: hue angle of 166.45º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D6CF is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 214 207 -
CMYK 0.14 0 0.03 0.16
HSL 166.45º 0.27% 0.78% -
HSV(B) 166.45º 0.14% 0.84% -
XYZ 54.84 62.67 68.24 -
YUV 203.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 183 214 207 0.14 0 0.03 0.16 166.45 0.27 0.78
Hex B7 D6 CF E 0 3 10 A6 1B 4E
Octal 267 326 317 16 0 3 20 246 33 116
Binary 10110111 11010110 11001111 1110 0 11 10000 10100110 11011 1001110

Color Harmonies of #B7D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D6CF

Black with #B7D6CF

Text Example


Text Example

White with #B7D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D6CF; }

 p { color: rgb(183,214,207); }

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

background-color css

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

 a { background-color: rgb(183,214,207); }

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

border-color css

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

 span { border-color: rgb(183,214,207); }

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