Html Css Color HEX #9BBCFA Perano

📋 copy color: '#9BBCFA'

red 155 ◦ green 188 ◦ blue 250

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

Shades of Perano #9BBCFA

Tints of Perano #9BBCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.7%

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

R = 26.14%
G = 31.7%
B = 42.16%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BBCFA (or 0x9BBCFA) is known color: Perano. HEX triplet: 9B, BC and FA. RGB value is (155,188,250). Sum of RGB (Red+Green+Blue) = 155+188+250=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BBCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCFA is #644305. Grayscale: #B8B8B8. Windows color (decimal): -6570758 or 16432283. OLE color: 16432283.

HSL color Cylindrical-coordinate representation of color #9BBCFA: hue angle of 219.16º 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 #9BBCFA is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 188 250 -
CMYK 0.38 0.25 0 0.02
HSL 219.16º 0.9% 0.79% -
HSV(B) 219.16º 0.38% 0.98% -
XYZ 48.76 49.84 97.49 -
YUV 185.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 155 188 250 0.38 0.25 0 0.02 219.16 0.9 0.79
Hex 9B BC FA 26 19 0 2 DB 5A 4F
Octal 233 274 372 46 31 0 2 333 132 117
Binary 10011011 10111100 11111010 100110 11001 0 10 11011011 1011010 1001111

Color Harmonies of #9BBCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCFA

Black with #9BBCFA

Text Example


Text Example

White with #9BBCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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