Html Css Color HEX #B5D2CF Scandal

📋 copy color: '#B5D2CF'

red 181 ◦ green 210 ◦ blue 207

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

Shades of Scandal #B5D2CF

Tints of Scandal #B5D2CF

RGB

 RED value IS 181 (71.09% from 255) = 30.27%

 GREEN value IS 210 (82.42% from 255) = 35.12%

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

R = 30.27%
G = 35.12%
B = 34.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#B5D2CF (or 0xB5D2CF) is known color: Scandal. HEX triplet: B5, D2 and CF. RGB value is (181,210,207). Sum of RGB (Red+Green+Blue) = 181+210+207=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2CF is #4A2D30. Grayscale: #C8C8C8. Windows color (decimal): -4861233 or 13619893. OLE color: 13619893.

HSL color Cylindrical-coordinate representation of color #B5D2CF: hue angle of 173.79º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5D2CF is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 210 207 -
CMYK 0.14 0 0.01 0.18
HSL 173.79º 0.24% 0.77% -
HSV(B) 173.79º 0.14% 0.82% -
XYZ 53.37 60.42 67.88 -
YUV 200.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 181 210 207 0.14 0 0.01 0.18 173.79 0.24 0.77
Hex B5 D2 CF E 0 1 12 AE 18 4D
Octal 265 322 317 16 0 1 22 256 30 115
Binary 10110101 11010010 11001111 1110 0 1 10010 10101110 11000 1001101

Color Harmonies of #B5D2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D2CF

Black with #B5D2CF

Text Example


Text Example

White with #B5D2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D2CF; }

 p { color: rgb(181,210,207); }

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

background-color css

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

 a { background-color: rgb(181,210,207); }

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

border-color css

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

 span { border-color: rgb(181,210,207); }

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