Html Css Color HEX #B7D7CF Scandal

📋 copy color: '#B7D7CF'

red 183 ◦ green 215 ◦ blue 207

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

Shades of Scandal #B7D7CF

Tints of Scandal #B7D7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.54%

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

R = 30.25%
G = 35.54%
B = 34.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#B7D7CF (or 0xB7D7CF) is known color: Scandal. HEX triplet: B7, D7 and CF. RGB value is (183,215,207). Sum of RGB (Red+Green+Blue) = 183+215+207=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7CF is #482830. Grayscale: #CCCCCC. Windows color (decimal): -4728881 or 13621175. OLE color: 13621175.

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

Color convert

RGB 183 215 207 -
CMYK 0.15 0 0.04 0.16
HSL 165º 0.29% 0.78% -
HSV(B) 165º 0.15% 0.84% -
XYZ 55.09 63.17 68.32 -
YUV 204.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 183 215 207 0.15 0 0.04 0.16 165 0.29 0.78
Hex B7 D7 CF F 0 4 10 A5 1D 4E
Octal 267 327 317 17 0 4 20 245 35 116
Binary 10110111 11010111 11001111 1111 0 100 10000 10100101 11101 1001110

Color Harmonies of #B7D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D7CF

Black with #B7D7CF

Text Example


Text Example

White with #B7D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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