Html Css Color HEX #B8BDF9 Perano

📋 copy color: '#B8BDF9'

red 184 ◦ green 189 ◦ blue 249

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

Shades of Perano #B8BDF9

Tints of Perano #B8BDF9

RGB

 RED value IS 184 (72.27% from 255) = 29.58%

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

 BLUE value IS 249 (97.66% from 255) = 40.03%

R = 29.58%
G = 30.39%
B = 40.03%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8BDF9 (or 0xB8BDF9) is known color: Perano. HEX triplet: B8, BD and F9. RGB value is (184,189,249). Sum of RGB (Red+Green+Blue) = 184+189+249=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #B8BDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BDF9 is #474206. Grayscale: #C2C2C2. Windows color (decimal): -4669959 or 16367032. OLE color: 16367032.

HSL color Cylindrical-coordinate representation of color #B8BDF9: hue angle of 235.38º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8BDF9 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 189 249 -
CMYK 0.26 0.24 0 0.02
HSL 235.38º 0.84% 0.85% -
HSV(B) 235.38º 0.26% 0.98% -
XYZ 55.06 53.43 97.03 -
YUV 194.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 184 189 249 0.26 0.24 0 0.02 235.38 0.84 0.85
Hex B8 BD F9 1A 18 0 2 EB 54 55
Octal 270 275 371 32 30 0 2 353 124 125
Binary 10111000 10111101 11111001 11010 11000 0 10 11101011 1010100 1010101

Color Harmonies of #B8BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BDF9

Black with #B8BDF9

Text Example


Text Example

White with #B8BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BDF9; }

 p { color: rgb(184,189,249); }

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

background-color css

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

 a { background-color: rgb(184,189,249); }

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

border-color css

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

 span { border-color: rgb(184,189,249); }

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