Html Css Color HEX #B1BDFC Perano

📋 copy color: '#B1BDFC'

red 177 ◦ green 189 ◦ blue 252

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

Shades of Perano #B1BDFC

Tints of Perano #B1BDFC

RGB

 RED value IS 177 (69.53% from 255) = 28.64%

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

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

R = 28.64%
G = 30.58%
B = 40.78%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1BDFC (or 0xB1BDFC) is known color: Perano. HEX triplet: B1, BD and FC. RGB value is (177,189,252). Sum of RGB (Red+Green+Blue) = 177+189+252=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1BDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDFC is #4E4203. Grayscale: #C0C0C0. Windows color (decimal): -5128708 or 16563633. OLE color: 16563633.

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

Color convert

RGB 177 189 252 -
CMYK 0.30 0.25 0 0.01
HSL 230.4º 0.93% 0.84% -
HSV(B) 230.4º 0.3% 0.99% -
XYZ 53.9 52.77 99.44 -
YUV 192.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 177 189 252 0.30 0.25 0 0.01 230.4 0.93 0.84
Hex B1 BD FC 1E 19 0 1 E6 5D 54
Octal 261 275 374 36 31 0 1 346 135 124
Binary 10110001 10111101 11111100 11110 11001 0 1 11100110 1011101 1010100

Color Harmonies of #B1BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDFC

Black with #B1BDFC

Text Example


Text Example

White with #B1BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDFC; }

 p { color: rgb(177,189,252); }

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

background-color css

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

 a { background-color: rgb(177,189,252); }

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

border-color css

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

 span { border-color: rgb(177,189,252); }

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