Html Css Color HEX #B2BAFD Perano

📋 copy color: '#B2BAFD'

red 178 ◦ green 186 ◦ blue 253

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

Shades of Perano #B2BAFD

Tints of Perano #B2BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41%

R = 28.85%
G = 30.15%
B = 41%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2BAFD (or 0xB2BAFD) is known color: Perano. HEX triplet: B2, BA and FD. RGB value is (178,186,253). Sum of RGB (Red+Green+Blue) = 178+186+253=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BAFD is #4D4502. Grayscale: #BEBEBE. Windows color (decimal): -5063939 or 16628402. OLE color: 16628402.

HSL color Cylindrical-coordinate representation of color #B2BAFD: hue angle of 233.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BAFD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 186 253 -
CMYK 0.30 0.26 0 0.01
HSL 233.6º 0.95% 0.85% -
HSV(B) 233.6º 0.3% 0.99% -
XYZ 53.65 51.67 100.08 -
YUV 191.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 178 186 253 0.30 0.26 0 0.01 233.6 0.95 0.85
Hex B2 BA FD 1E 1A 0 1 EA 5F 55
Octal 262 272 375 36 32 0 1 352 137 125
Binary 10110010 10111010 11111101 11110 11010 0 1 11101010 1011111 1010101

Color Harmonies of #B2BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BAFD

Black with #B2BAFD

Text Example


Text Example

White with #B2BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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