Html Css Color HEX #B6BCF1 Perano

📋 copy color: '#B6BCF1'

red 182 ◦ green 188 ◦ blue 241

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

Shades of Perano #B6BCF1

Tints of Perano #B6BCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.44%

R = 29.79%
G = 30.77%
B = 39.44%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B6BCF1 (or 0xB6BCF1) is known color: Perano. HEX triplet: B6, BC and F1. RGB value is (182,188,241). Sum of RGB (Red+Green+Blue) = 182+188+241=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #B6BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BCF1 is #49430E. Grayscale: #C0C0C0. Windows color (decimal): -4801295 or 15842486. OLE color: 15842486.

HSL color Cylindrical-coordinate representation of color #B6BCF1: hue angle of 233.9º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6BCF1 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 188 241 -
CMYK 0.24 0.22 0 0.05
HSL 233.9º 0.68% 0.83% -
HSV(B) 233.9º 0.24% 0.95% -
XYZ 53.15 52.26 90.51 -
YUV 192.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 182 188 241 0.24 0.22 0 0.05 233.9 0.68 0.83
Hex B6 BC F1 18 16 0 5 EA 44 53
Octal 266 274 361 30 26 0 5 352 104 123
Binary 10110110 10111100 11110001 11000 10110 0 101 11101010 1000100 1010011

Color Harmonies of #B6BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCF1

Black with #B6BCF1

Text Example


Text Example

White with #B6BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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