Html Css Color HEX #B2BCFB Perano

📋 copy color: '#B2BCFB'

red 178 ◦ green 188 ◦ blue 251

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

Shades of Perano #B2BCFB

Tints of Perano #B2BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.47%

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 28.85%
G = 30.47%
B = 40.68%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2BCFB (or 0xB2BCFB) is known color: Perano. HEX triplet: B2, BC and FB. RGB value is (178,188,251). Sum of RGB (Red+Green+Blue) = 178+188+251=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BCFB is #4D4304. Grayscale: #BFBFBF. Windows color (decimal): -5063429 or 16497842. OLE color: 16497842.

HSL color Cylindrical-coordinate representation of color #B2BCFB: hue angle of 231.78º degrees, saturation: 0.9, 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 #B2BCFB is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 188 251 -
CMYK 0.29 0.25 0 0.02
HSL 231.78º 0.9% 0.84% -
HSV(B) 231.78º 0.29% 0.98% -
XYZ 53.76 52.4 98.55 -
YUV 192.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 178 188 251 0.29 0.25 0 0.02 231.78 0.9 0.84
Hex B2 BC FB 1D 19 0 2 E8 5A 54
Octal 262 274 373 35 31 0 2 350 132 124
Binary 10110010 10111100 11111011 11101 11001 0 10 11101000 1011010 1010100

Color Harmonies of #B2BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCFB

Black with #B2BCFB

Text Example


Text Example

White with #B2BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCFB; }

 p { color: rgb(178,188,251); }

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

background-color css

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

 a { background-color: rgb(178,188,251); }

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

border-color css

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

 span { border-color: rgb(178,188,251); }

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