Html Css Color HEX #9BB2FA Perano

📋 copy color: '#9BB2FA'

red 155 ◦ green 178 ◦ blue 250

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

Shades of Perano #9BB2FA

Tints of Perano #9BB2FA

RGB

 RED value IS 155 (60.94% from 255) = 26.59%

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

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

R = 26.59%
G = 30.53%
B = 42.88%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BB2FA (or 0x9BB2FA) is known color: Perano. HEX triplet: 9B, B2 and FA. RGB value is (155,178,250). Sum of RGB (Red+Green+Blue) = 155+178+250=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 178 (69.92% from 255 or 30.53% 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 #9BB2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB2FA is #644D05. Grayscale: #B3B3B3. Windows color (decimal): -6573318 or 16429723. OLE color: 16429723.

HSL color Cylindrical-coordinate representation of color #9BB2FA: hue angle of 225.47º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BB2FA is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 178 250 -
CMYK 0.38 0.29 0 0.02
HSL 225.47º 0.9% 0.79% -
HSV(B) 225.47º 0.38% 0.98% -
XYZ 46.69 45.71 96.8 -
YUV 179.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 155 178 250 0.38 0.29 0 0.02 225.47 0.9 0.79
Hex 9B B2 FA 26 1D 0 2 E1 5A 4F
Octal 233 262 372 46 35 0 2 341 132 117
Binary 10011011 10110010 11111010 100110 11101 0 10 11100001 1011010 1001111

Color Harmonies of #9BB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB2FA

Black with #9BB2FA

Text Example


Text Example

White with #9BB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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