Html Css Color HEX #B6BAFF Perano

📋 copy color: '#B6BAFF'

red 182 ◦ green 186 ◦ blue 255

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

Shades of Perano #B6BAFF

Tints of Perano #B6BAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.86%

 BLUE value IS 255 (100% from 255) = 40.93%

R = 29.21%
G = 29.86%
B = 40.93%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6BAFF (or 0xB6BAFF) is known color: Perano. HEX triplet: B6, BA and FF. RGB value is (182,186,255). Sum of RGB (Red+Green+Blue) = 182+186+255=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BAFF is #494500. Grayscale: #C0C0C0. Windows color (decimal): -4801793 or 16759478. OLE color: 16759478.

HSL color Cylindrical-coordinate representation of color #B6BAFF: hue angle of 236.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6BAFF is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 186 255 -
CMYK 0.29 0.27 0 0
HSL 236.71º 1% 0.86% -
HSV(B) 236.71º 0.29% 1% -
XYZ 54.9 52.28 101.81 -
YUV 192.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 182 186 255 0.29 0.27 0 0 236.71 1 0.86
Hex B6 BA FF 1D 1B 0 0 ED 64 56
Octal 266 272 377 35 33 0 0 355 144 126
Binary 10110110 10111010 11111111 11101 11011 0 0 11101101 1100100 1010110

Color Harmonies of #B6BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BAFF

Black with #B6BAFF

Text Example


Text Example

White with #B6BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BAFF; }

 p { color: rgb(182,186,255); }

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

background-color css

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

 a { background-color: rgb(182,186,255); }

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

border-color css

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

 span { border-color: rgb(182,186,255); }

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