Html Css Color HEX #9BBCFF Perano

📋 copy color: '#9BBCFF'

red 155 ◦ green 188 ◦ blue 255

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

Shades of Perano #9BBCFF

Tints of Perano #9BBCFF

RGB

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

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

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

R = 25.92%
G = 31.44%
B = 42.64%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BBCFF (or 0x9BBCFF) is known color: Perano. HEX triplet: 9B, BC and FF. RGB value is (155,188,255). Sum of RGB (Red+Green+Blue) = 155+188+255=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCFF is #644300. Grayscale: #B9B9B9. Windows color (decimal): -6570753 or 16759963. OLE color: 16759963.

HSL color Cylindrical-coordinate representation of color #9BBCFF: hue angle of 220.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BBCFF is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 188 255 -
CMYK 0.39 0.26 0 0
HSL 220.2º 1% 0.8% -
HSV(B) 220.2º 0.39% 1% -
XYZ 49.55 50.16 101.68 -
YUV 185.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 155 188 255 0.39 0.26 0 0 220.2 1 0.8
Hex 9B BC FF 27 1A 0 0 DC 64 50
Octal 233 274 377 47 32 0 0 334 144 120
Binary 10011011 10111100 11111111 100111 11010 0 0 11011100 1100100 1010000

Color Harmonies of #9BBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCFF

Black with #9BBCFF

Text Example


Text Example

White with #9BBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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