Html Css Color HEX #B4D7CE Scandal

📋 copy color: '#B4D7CE'

red 180 ◦ green 215 ◦ blue 206

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

Shades of Scandal #B4D7CE

Tints of Scandal #B4D7CE

RGB

 RED value IS 180 (70.7% from 255) = 29.95%

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

 BLUE value IS 206 (80.86% from 255) = 34.28%

R = 29.95%
G = 35.77%
B = 34.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#B4D7CE (or 0xB4D7CE) is known color: Scandal. HEX triplet: B4, D7 and CE. RGB value is (180,215,206). Sum of RGB (Red+Green+Blue) = 180+215+206=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D7CE is #4B2831. Grayscale: #CBCBCB. Windows color (decimal): -4925490 or 13555636. OLE color: 13555636.

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

Color convert

RGB 180 215 206 -
CMYK 0.16 0 0.04 0.16
HSL 164.57º 0.3% 0.77% -
HSV(B) 164.57º 0.16% 0.84% -
XYZ 54.26 62.76 67.65 -
YUV 203.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 180 215 206 0.16 0 0.04 0.16 164.57 0.3 0.77
Hex B4 D7 CE 10 0 4 10 A5 1E 4D
Octal 264 327 316 20 0 4 20 245 36 115
Binary 10110100 11010111 11001110 10000 0 100 10000 10100101 11110 1001101

Color Harmonies of #B4D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D7CE

Black with #B4D7CE

Text Example


Text Example

White with #B4D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D7CE; }

 p { color: rgb(180,215,206); }

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

background-color css

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

 a { background-color: rgb(180,215,206); }

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

border-color css

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

 span { border-color: rgb(180,215,206); }

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