Html Css Color HEX #B2BDF3 Perano

📋 copy color: '#B2BDF3'

red 178 ◦ green 189 ◦ blue 243

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

Shades of Perano #B2BDF3

Tints of Perano #B2BDF3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.98%

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

R = 29.18%
G = 30.98%
B = 39.84%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2BDF3 (or 0xB2BDF3) is known color: Perano. HEX triplet: B2, BD and F3. RGB value is (178,189,243). Sum of RGB (Red+Green+Blue) = 178+189+243=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BDF3 is #4D420C. Grayscale: #BFBFBF. Windows color (decimal): -5063181 or 15973810. OLE color: 15973810.

HSL color Cylindrical-coordinate representation of color #B2BDF3: hue angle of 229.85º 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 #B2BDF3 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 189 243 -
CMYK 0.27 0.22 0 0.05
HSL 229.85º 0.73% 0.83% -
HSV(B) 229.85º 0.27% 0.95% -
XYZ 52.74 52.33 92.12 -
YUV 191.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 178 189 243 0.27 0.22 0 0.05 229.85 0.73 0.83
Hex B2 BD F3 1B 16 0 5 E6 49 53
Octal 262 275 363 33 26 0 5 346 111 123
Binary 10110010 10111101 11110011 11011 10110 0 101 11100110 1001001 1010011

Color Harmonies of #B2BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDF3

Black with #B2BDF3

Text Example


Text Example

White with #B2BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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