Html Css Color HEX #B3D6CF Scandal

📋 copy color: '#B3D6CF'

red 179 ◦ green 214 ◦ blue 207

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

Shades of Scandal #B3D6CF

Tints of Scandal #B3D6CF

RGB

 RED value IS 179 (70.31% from 255) = 29.83%

 GREEN value IS 214 (83.98% from 255) = 35.67%

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

R = 29.83%
G = 35.67%
B = 34.5%

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

#B3D6CF (or 0xB3D6CF) is known color: Scandal. HEX triplet: B3, D6 and CF. RGB value is (179,214,207). Sum of RGB (Red+Green+Blue) = 179+214+207=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6CF is #4C2930. Grayscale: #CACACA. Windows color (decimal): -4991281 or 13620915. OLE color: 13620915.

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

Color convert

RGB 179 214 207 -
CMYK 0.16 0 0.03 0.16
HSL 168º 0.3% 0.77% -
HSV(B) 168º 0.16% 0.84% -
XYZ 53.9 62.18 68.19 -
YUV 202.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 179 214 207 0.16 0 0.03 0.16 168 0.3 0.77
Hex B3 D6 CF 10 0 3 10 A8 1E 4D
Octal 263 326 317 20 0 3 20 250 36 115
Binary 10110011 11010110 11001111 10000 0 11 10000 10101000 11110 1001101

Color Harmonies of #B3D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D6CF

Black with #B3D6CF

Text Example


Text Example

White with #B3D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D6CF; }

 p { color: rgb(179,214,207); }

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

background-color css

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

 a { background-color: rgb(179,214,207); }

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

border-color css

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

 span { border-color: rgb(179,214,207); }

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