Html Css Color HEX #B8C2FA Perano

📋 copy color: '#B8C2FA'

red 184 ◦ green 194 ◦ blue 250

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

Shades of Perano #B8C2FA

Tints of Perano #B8C2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.89%

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

R = 29.3%
G = 30.89%
B = 39.81%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8C2FA (or 0xB8C2FA) is known color: Perano. HEX triplet: B8, C2 and FA. RGB value is (184,194,250). Sum of RGB (Red+Green+Blue) = 184+194+250=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8C2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C2FA is #473D05. Grayscale: #C5C5C5. Windows color (decimal): -4668678 or 16433848. OLE color: 16433848.

HSL color Cylindrical-coordinate representation of color #B8C2FA: hue angle of 230.91º degrees, saturation: 0.87, 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 #B8C2FA is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 194 250 -
CMYK 0.26 0.22 0 0.02
HSL 230.91º 0.87% 0.85% -
HSV(B) 230.91º 0.26% 0.98% -
XYZ 56.31 55.68 98.22 -
YUV 197.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 184 194 250 0.26 0.22 0 0.02 230.91 0.87 0.85
Hex B8 C2 FA 1A 16 0 2 E7 57 55
Octal 270 302 372 32 26 0 2 347 127 125
Binary 10111000 11000010 11111010 11010 10110 0 10 11100111 1010111 1010101

Color Harmonies of #B8C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C2FA

Black with #B8C2FA

Text Example


Text Example

White with #B8C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C2FA; }

 p { color: rgb(184,194,250); }

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

background-color css

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

 a { background-color: rgb(184,194,250); }

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

border-color css

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

 span { border-color: rgb(184,194,250); }

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