Html Css Color HEX #B7BEFA Perano

📋 copy color: '#B7BEFA'

red 183 ◦ green 190 ◦ blue 250

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

Shades of Perano #B7BEFA

Tints of Perano #B7BEFA

RGB

 RED value IS 183 (71.88% from 255) = 29.37%

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

 BLUE value IS 250 (98.05% from 255) = 40.13%

R = 29.37%
G = 30.5%
B = 40.13%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B7BEFA (or 0xB7BEFA) is known color: Perano. HEX triplet: B7, BE and FA. RGB value is (183,190,250). Sum of RGB (Red+Green+Blue) = 183+190+250=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BEFA is #484105. Grayscale: #C2C2C2. Windows color (decimal): -4735238 or 16432823. OLE color: 16432823.

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

Color convert

RGB 183 190 250 -
CMYK 0.27 0.24 0 0.02
HSL 233.73º 0.87% 0.85% -
HSV(B) 233.73º 0.27% 0.98% -
XYZ 55.2 53.8 97.92 -
YUV 194.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 183 190 250 0.27 0.24 0 0.02 233.73 0.87 0.85
Hex B7 BE FA 1B 18 0 2 EA 57 55
Octal 267 276 372 33 30 0 2 352 127 125
Binary 10110111 10111110 11111010 11011 11000 0 10 11101010 1010111 1010101

Color Harmonies of #B7BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEFA

Black with #B7BEFA

Text Example


Text Example

White with #B7BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEFA; }

 p { color: rgb(183,190,250); }

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

background-color css

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

 a { background-color: rgb(183,190,250); }

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

border-color css

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

 span { border-color: rgb(183,190,250); }

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