Html Css Color HEX #B2B9F3 Perano

📋 copy color: '#B2B9F3'

red 178 ◦ green 185 ◦ blue 243

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

Shades of Perano #B2B9F3

Tints of Perano #B2B9F3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.53%

 BLUE value IS 243 (95.31% from 255) = 40.1%

R = 29.37%
G = 30.53%
B = 40.1%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2B9F3 (or 0xB2B9F3) is known color: Perano. HEX triplet: B2, B9 and F3. RGB value is (178,185,243). Sum of RGB (Red+Green+Blue) = 178+185+243=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2B9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B9F3 is #4D460C. Grayscale: #BDBDBD. Windows color (decimal): -5064205 or 15972786. OLE color: 15972786.

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

Color convert

RGB 178 185 243 -
CMYK 0.27 0.24 0 0.05
HSL 233.54º 0.73% 0.83% -
HSV(B) 233.54º 0.27% 0.95% -
XYZ 51.89 50.63 91.83 -
YUV 189.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 178 185 243 0.27 0.24 0 0.05 233.54 0.73 0.83
Hex B2 B9 F3 1B 18 0 5 EA 49 53
Octal 262 271 363 33 30 0 5 352 111 123
Binary 10110010 10111001 11110011 11011 11000 0 101 11101010 1001001 1010011

Color Harmonies of #B2B9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B9F3

Black with #B2B9F3

Text Example


Text Example

White with #B2B9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B9F3; }

 p { color: rgb(178,185,243); }

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

background-color css

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

 a { background-color: rgb(178,185,243); }

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

border-color css

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

 span { border-color: rgb(178,185,243); }

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