Html Css Color HEX #B2C0FA Perano

📋 copy color: '#B2C0FA'

red 178 ◦ green 192 ◦ blue 250

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

Shades of Perano #B2C0FA

Tints of Perano #B2C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.97%

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

R = 28.71%
G = 30.97%
B = 40.32%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2C0FA (or 0xB2C0FA) is known color: Perano. HEX triplet: B2, C0 and FA. RGB value is (178,192,250). Sum of RGB (Red+Green+Blue) = 178+192+250=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C0FA is #4D3F05. Grayscale: #C2C2C2. Windows color (decimal): -5062406 or 16433330. OLE color: 16433330.

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

Color convert

RGB 178 192 250 -
CMYK 0.29 0.23 0 0.02
HSL 228.33º 0.88% 0.84% -
HSV(B) 228.33º 0.29% 0.98% -
XYZ 54.47 54.07 98.01 -
YUV 194.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 178 192 250 0.29 0.23 0 0.02 228.33 0.88 0.84
Hex B2 C0 FA 1D 17 0 2 E4 58 54
Octal 262 300 372 35 27 0 2 344 130 124
Binary 10110010 11000000 11111010 11101 10111 0 10 11100100 1011000 1010100

Color Harmonies of #B2C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C0FA

Black with #B2C0FA

Text Example


Text Example

White with #B2C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C0FA; }

 p { color: rgb(178,192,250); }

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

background-color css

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

 a { background-color: rgb(178,192,250); }

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

border-color css

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

 span { border-color: rgb(178,192,250); }

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