Html Css Color HEX #B2BAF8 Perano

📋 copy color: '#B2BAF8'

red 178 ◦ green 186 ◦ blue 248

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

Shades of Perano #B2BAF8

Tints of Perano #B2BAF8

RGB

 RED value IS 178 (69.92% from 255) = 29.08%

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

 BLUE value IS 248 (97.27% from 255) = 40.52%

R = 29.08%
G = 30.39%
B = 40.52%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B2BAF8 (or 0xB2BAF8) is known color: Perano. HEX triplet: B2, BA and F8. RGB value is (178,186,248). Sum of RGB (Red+Green+Blue) = 178+186+248=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #B2BAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BAF8 is #4D4507. Grayscale: #BEBEBE. Windows color (decimal): -5063944 or 16300722. OLE color: 16300722.

HSL color Cylindrical-coordinate representation of color #B2BAF8: hue angle of 233.14º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2BAF8 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 186 248 -
CMYK 0.28 0.25 0 0.03
HSL 233.14º 0.83% 0.84% -
HSV(B) 233.14º 0.28% 0.97% -
XYZ 52.86 51.36 95.93 -
YUV 190.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 178 186 248 0.28 0.25 0 0.03 233.14 0.83 0.84
Hex B2 BA F8 1C 19 0 3 E9 53 54
Octal 262 272 370 34 31 0 3 351 123 124
Binary 10110010 10111010 11111000 11100 11001 0 11 11101001 1010011 1010100

Color Harmonies of #B2BAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BAF8

Black with #B2BAF8

Text Example


Text Example

White with #B2BAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BAF8; }

 p { color: rgb(178,186,248); }

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

background-color css

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

 a { background-color: rgb(178,186,248); }

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

border-color css

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

 span { border-color: rgb(178,186,248); }

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