Html Css Color HEX #96B7FA Perano

📋 copy color: '#96B7FA'

red 150 ◦ green 183 ◦ blue 250

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

Shades of Perano #96B7FA

Tints of Perano #96B7FA

RGB

 RED value IS 150 (58.98% from 255) = 25.73%

 GREEN value IS 183 (71.88% from 255) = 31.39%

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

R = 25.73%
G = 31.39%
B = 42.88%

CMYK

 C value IS 0.4

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96B7FA (or 0x96B7FA) is known color: Perano. HEX triplet: 96, B7 and FA. RGB value is (150,183,250). Sum of RGB (Red+Green+Blue) = 150+183+250=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #96B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B7FA is #694805. Grayscale: #B4B4B4. Windows color (decimal): -6899718 or 16430998. OLE color: 16430998.

HSL color Cylindrical-coordinate representation of color #96B7FA: hue angle of 220.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96B7FA is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 183 250 -
CMYK 0.4 0.27 0 0.02
HSL 220.2º 0.91% 0.78% -
HSV(B) 220.2º 0.4% 0.98% -
XYZ 46.77 47.25 97.1 -
YUV 180.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 150 183 250 0.4 0.27 0 0.02 220.2 0.91 0.78
Hex 96 B7 FA 28 1B 0 2 DC 5B 4E
Octal 226 267 372 50 33 0 2 334 133 116
Binary 10010110 10110111 11111010 101000 11011 0 10 11011100 1011011 1001110

Color Harmonies of #96B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7FA

Black with #96B7FA

Text Example


Text Example

White with #96B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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