Html Css Color HEX #B2D5CF Scandal

📋 copy color: '#B2D5CF'

red 178 ◦ green 213 ◦ blue 207

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

Shades of Scandal #B2D5CF

Tints of Scandal #B2D5CF

RGB

 RED value IS 178 (69.92% from 255) = 29.77%

 GREEN value IS 213 (83.59% from 255) = 35.62%

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

R = 29.77%
G = 35.62%
B = 34.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#B2D5CF (or 0xB2D5CF) is known color: Scandal. HEX triplet: B2, D5 and CF. RGB value is (178,213,207). Sum of RGB (Red+Green+Blue) = 178+213+207=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D5CF is #4D2A30. Grayscale: #C9C9C9. Windows color (decimal): -5057073 or 13620658. OLE color: 13620658.

HSL color Cylindrical-coordinate representation of color #B2D5CF: hue angle of 169.71º degrees, saturation: 0.29, 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 #B2D5CF is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 207 -
CMYK 0.16 0 0.03 0.16
HSL 169.71º 0.29% 0.77% -
HSV(B) 169.71º 0.16% 0.84% -
XYZ 53.42 61.56 68.1 -
YUV 201.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 178 213 207 0.16 0 0.03 0.16 169.71 0.29 0.77
Hex B2 D5 CF 10 0 3 10 AA 1D 4D
Octal 262 325 317 20 0 3 20 252 35 115
Binary 10110010 11010101 11001111 10000 0 11 10000 10101010 11101 1001101

Color Harmonies of #B2D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D5CF

Black with #B2D5CF

Text Example


Text Example

White with #B2D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D5CF; }

 p { color: rgb(178,213,207); }

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

background-color css

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

 a { background-color: rgb(178,213,207); }

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

border-color css

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

 span { border-color: rgb(178,213,207); }

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