Html Css Color HEX #B6BCFC Perano

📋 copy color: '#B6BCFC'

red 182 ◦ green 188 ◦ blue 252

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

Shades of Perano #B6BCFC

Tints of Perano #B6BCFC

RGB

 RED value IS 182 (71.48% from 255) = 29.26%

 GREEN value IS 188 (73.83% from 255) = 30.23%

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 29.26%
G = 30.23%
B = 40.51%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B6BCFC (or 0xB6BCFC) is known color: Perano. HEX triplet: B6, BC and FC. RGB value is (182,188,252). Sum of RGB (Red+Green+Blue) = 182+188+252=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BCFC is #494303. Grayscale: #C1C1C1. Windows color (decimal): -4801284 or 16563382. OLE color: 16563382.

HSL color Cylindrical-coordinate representation of color #B6BCFC: hue angle of 234.86º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6BCFC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 188 252 -
CMYK 0.28 0.25 0 0.01
HSL 234.86º 0.92% 0.85% -
HSV(B) 234.86º 0.28% 0.99% -
XYZ 54.85 52.94 99.42 -
YUV 193.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 182 188 252 0.28 0.25 0 0.01 234.86 0.92 0.85
Hex B6 BC FC 1C 19 0 1 EB 5C 55
Octal 266 274 374 34 31 0 1 353 134 125
Binary 10110110 10111100 11111100 11100 11001 0 1 11101011 1011100 1010101

Color Harmonies of #B6BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCFC

Black with #B6BCFC

Text Example


Text Example

White with #B6BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCFC; }

 p { color: rgb(182,188,252); }

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

background-color css

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

 a { background-color: rgb(182,188,252); }

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

border-color css

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

 span { border-color: rgb(182,188,252); }

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