Html Css Color HEX #B2D3CF Scandal

📋 copy color: '#B2D3CF'

red 178 ◦ green 211 ◦ blue 207

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

Shades of Scandal #B2D3CF

Tints of Scandal #B2D3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.4%

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

R = 29.87%
G = 35.4%
B = 34.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#B2D3CF (or 0xB2D3CF) is known color: Scandal. HEX triplet: B2, D3 and CF. RGB value is (178,211,207). Sum of RGB (Red+Green+Blue) = 178+211+207=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D3CF is #4D2C30. Grayscale: #C8C8C8. Windows color (decimal): -5057585 or 13620146. OLE color: 13620146.

HSL color Cylindrical-coordinate representation of color #B2D3CF: hue angle of 172.73º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D3CF is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 211 207 -
CMYK 0.16 0 0.02 0.17
HSL 172.73º 0.27% 0.76% -
HSV(B) 172.73º 0.16% 0.83% -
XYZ 52.92 60.56 67.93 -
YUV 200.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 178 211 207 0.16 0 0.02 0.17 172.73 0.27 0.76
Hex B2 D3 CF 10 0 2 11 AD 1B 4C
Octal 262 323 317 20 0 2 21 255 33 114
Binary 10110010 11010011 11001111 10000 0 10 10001 10101101 11011 1001100

Color Harmonies of #B2D3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D3CF

Black with #B2D3CF

Text Example


Text Example

White with #B2D3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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