Html Css Color HEX #B6BCFB Perano

📋 copy color: '#B6BCFB'

red 182 ◦ green 188 ◦ blue 251

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

Shades of Perano #B6BCFB

Tints of Perano #B6BCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.42%

R = 29.31%
G = 30.27%
B = 40.42%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B6BCFB (or 0xB6BCFB) is known color: Perano. HEX triplet: B6, BC and FB. RGB value is (182,188,251). Sum of RGB (Red+Green+Blue) = 182+188+251=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BCFB is #494304. Grayscale: #C1C1C1. Windows color (decimal): -4801285 or 16497846. OLE color: 16497846.

HSL color Cylindrical-coordinate representation of color #B6BCFB: hue angle of 234.78º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6BCFB is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 188 251 -
CMYK 0.27 0.25 0 0.02
HSL 234.78º 0.9% 0.85% -
HSV(B) 234.78º 0.27% 0.98% -
XYZ 54.69 52.88 98.59 -
YUV 193.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 182 188 251 0.27 0.25 0 0.02 234.78 0.9 0.85
Hex B6 BC FB 1B 19 0 2 EB 5A 55
Octal 266 274 373 33 31 0 2 353 132 125
Binary 10110110 10111100 11111011 11011 11001 0 10 11101011 1011010 1010101

Color Harmonies of #B6BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCFB

Black with #B6BCFB

Text Example


Text Example

White with #B6BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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