Html Css Color HEX #B2BFF9 Perano

📋 copy color: '#B2BFF9'

red 178 ◦ green 191 ◦ blue 249

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

Shades of Perano #B2BFF9

Tints of Perano #B2BFF9

RGB

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

 GREEN value IS 191 (75% from 255) = 30.91%

 BLUE value IS 249 (97.66% from 255) = 40.29%

R = 28.8%
G = 30.91%
B = 40.29%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2BFF9 (or 0xB2BFF9) is known color: Perano. HEX triplet: B2, BF and F9. RGB value is (178,191,249). Sum of RGB (Red+Green+Blue) = 178+191+249=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2BFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFF9 is #4D4006. Grayscale: #C1C1C1. Windows color (decimal): -5062663 or 16367538. OLE color: 16367538.

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

Color convert

RGB 178 191 249 -
CMYK 0.29 0.23 0 0.02
HSL 229.01º 0.86% 0.84% -
HSV(B) 229.01º 0.29% 0.98% -
XYZ 54.09 53.57 97.11 -
YUV 193.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 178 191 249 0.29 0.23 0 0.02 229.01 0.86 0.84
Hex B2 BF F9 1D 17 0 2 E5 56 54
Octal 262 277 371 35 27 0 2 345 126 124
Binary 10110010 10111111 11111001 11101 10111 0 10 11100101 1010110 1010100

Color Harmonies of #B2BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFF9

Black with #B2BFF9

Text Example


Text Example

White with #B2BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFF9; }

 p { color: rgb(178,191,249); }

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

background-color css

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

 a { background-color: rgb(178,191,249); }

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

border-color css

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

 span { border-color: rgb(178,191,249); }

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