Html Css Color HEX #B4D7CF Scandal

📋 copy color: '#B4D7CF'

red 180 ◦ green 215 ◦ blue 207

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

Shades of Scandal #B4D7CF

Tints of Scandal #B4D7CF

RGB

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

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

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

R = 29.9%
G = 35.71%
B = 34.39%

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

#B4D7CF (or 0xB4D7CF) is known color: Scandal. HEX triplet: B4, D7 and CF. RGB value is (180,215,207). Sum of RGB (Red+Green+Blue) = 180+215+207=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D7CF is #4B2830. Grayscale: #CBCBCB. Windows color (decimal): -4925489 or 13621172. OLE color: 13621172.

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

Color convert

RGB 180 215 207 -
CMYK 0.16 0 0.04 0.16
HSL 166.29º 0.3% 0.77% -
HSV(B) 166.29º 0.16% 0.84% -
XYZ 54.39 62.81 68.29 -
YUV 203.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 180 215 207 0.16 0 0.04 0.16 166.29 0.3 0.77
Hex B4 D7 CF 10 0 4 10 A6 1E 4D
Octal 264 327 317 20 0 4 20 246 36 115
Binary 10110100 11010111 11001111 10000 0 100 10000 10100110 11110 1001101

Color Harmonies of #B4D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D7CF

Black with #B4D7CF

Text Example


Text Example

White with #B4D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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