Html Css Color HEX #B4D8CF Scandal

📋 copy color: '#B4D8CF'

red 180 ◦ green 216 ◦ blue 207

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

Shades of Scandal #B4D8CF

Tints of Scandal #B4D8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.82%

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

R = 29.85%
G = 35.82%
B = 34.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#B4D8CF (or 0xB4D8CF) is known color: Scandal. HEX triplet: B4, D8 and CF. RGB value is (180,216,207). Sum of RGB (Red+Green+Blue) = 180+216+207=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8CF is #4B2730. Grayscale: #CCCCCC. Windows color (decimal): -4925233 or 13621428. OLE color: 13621428.

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

Color convert

RGB 180 216 207 -
CMYK 0.17 0 0.04 0.15
HSL 165º 0.32% 0.78% -
HSV(B) 165º 0.17% 0.85% -
XYZ 54.64 63.32 68.37 -
YUV 204.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 180 216 207 0.17 0 0.04 0.15 165 0.32 0.78
Hex B4 D8 CF 11 0 4 F A5 20 4E
Octal 264 330 317 21 0 4 17 245 40 116
Binary 10110100 11011000 11001111 10001 0 100 1111 10100101 100000 1001110

Color Harmonies of #B4D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D8CF

Black with #B4D8CF

Text Example


Text Example

White with #B4D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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