Html Css Color HEX #B9BEED Perano

📋 copy color: '#B9BEED'

red 185 ◦ green 190 ◦ blue 237

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

Shades of Perano #B9BEED

Tints of Perano #B9BEED

RGB

 RED value IS 185 (72.66% from 255) = 30.23%

 GREEN value IS 190 (74.61% from 255) = 31.05%

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 30.23%
G = 31.05%
B = 38.73%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9BEED (or 0xB9BEED) is known color: Perano. HEX triplet: B9, BE and ED. RGB value is (185,190,237). Sum of RGB (Red+Green+Blue) = 185+190+237=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BEED is #464112. Grayscale: #C1C1C1. Windows color (decimal): -4604179 or 15580857. OLE color: 15580857.

HSL color Cylindrical-coordinate representation of color #B9BEED: hue angle of 234.23º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9BEED is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 190 237 -
CMYK 0.22 0.20 0 0.07
HSL 234.23º 0.59% 0.83% -
HSV(B) 234.23º 0.22% 0.93% -
XYZ 53.71 53.26 87.57 -
YUV 193.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 185 190 237 0.22 0.20 0 0.07 234.23 0.59 0.83
Hex B9 BE ED 16 14 0 7 EA 3B 53
Octal 271 276 355 26 24 0 7 352 73 123
Binary 10111001 10111110 11101101 10110 10100 0 111 11101010 111011 1010011

Color Harmonies of #B9BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BEED

Black with #B9BEED

Text Example


Text Example

White with #B9BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BEED; }

 p { color: rgb(185,190,237); }

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

background-color css

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

 a { background-color: rgb(185,190,237); }

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

border-color css

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

 span { border-color: rgb(185,190,237); }

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