Html Css Color HEX #B2BEFC Perano

📋 copy color: '#B2BEFC'

red 178 ◦ green 190 ◦ blue 252

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

Shades of Perano #B2BEFC

Tints of Perano #B2BEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.65%

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 28.71%
G = 30.65%
B = 40.65%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2BEFC (or 0xB2BEFC) is known color: Perano. HEX triplet: B2, BE and FC. RGB value is (178,190,252). Sum of RGB (Red+Green+Blue) = 178+190+252=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2BEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BEFC is #4D4103. Grayscale: #C1C1C1. Windows color (decimal): -5062916 or 16563890. OLE color: 16563890.

HSL color Cylindrical-coordinate representation of color #B2BEFC: hue angle of 230.27º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2BEFC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 190 252 -
CMYK 0.29 0.25 0 0.01
HSL 230.27º 0.93% 0.84% -
HSV(B) 230.27º 0.29% 0.99% -
XYZ 54.34 53.32 99.52 -
YUV 193.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 178 190 252 0.29 0.25 0 0.01 230.27 0.93 0.84
Hex B2 BE FC 1D 19 0 1 E6 5C 54
Octal 262 276 374 35 31 0 1 346 134 124
Binary 10110010 10111110 11111100 11101 11001 0 1 11100110 1011100 1010100

Color Harmonies of #B2BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BEFC

Black with #B2BEFC

Text Example


Text Example

White with #B2BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BEFC; }

 p { color: rgb(178,190,252); }

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

background-color css

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

 a { background-color: rgb(178,190,252); }

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

border-color css

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

 span { border-color: rgb(178,190,252); }

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