Html Css Color HEX #96B2FF Perano

📋 copy color: '#96B2FF'

red 150 ◦ green 178 ◦ blue 255

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

Shades of Perano #96B2FF

Tints of Perano #96B2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.53%

 BLUE value IS 255 (100% from 255) = 43.74%

R = 25.73%
G = 30.53%
B = 43.74%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96B2FF (or 0x96B2FF) is known color: Perano. HEX triplet: 96, B2 and FF. RGB value is (150,178,255). Sum of RGB (Red+Green+Blue) = 150+178+255=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #96B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B2FF is #694D00. Grayscale: #B2B2B2. Windows color (decimal): -6900993 or 16757398. OLE color: 16757398.

HSL color Cylindrical-coordinate representation of color #96B2FF: hue angle of 224º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96B2FF is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 178 255 -
CMYK 0.41 0.30 0 0
HSL 224º 1% 0.79% -
HSV(B) 224º 0.41% 1% -
XYZ 46.55 45.54 100.95 -
YUV 178.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 150 178 255 0.41 0.30 0 0 224 1 0.79
Hex 96 B2 FF 29 1E 0 0 E0 64 4F
Octal 226 262 377 51 36 0 0 340 144 117
Binary 10010110 10110010 11111111 101001 11110 0 0 11100000 1100100 1001111

Color Harmonies of #96B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2FF

Black with #96B2FF

Text Example


Text Example

White with #96B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,178,255); }

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

background-color css

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

 a { background-color: rgb(150,178,255); }

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

border-color css

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

 span { border-color: rgb(150,178,255); }

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