Html Css Color HEX #BEE0FF Pattens Blue

📋 copy color: '#BEE0FF'

red 190 ◦ green 224 ◦ blue 255

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

Shades of Pattens Blue #BEE0FF

Tints of Pattens Blue #BEE0FF

RGB

 RED value IS 190 (74.61% from 255) = 28.4%

 GREEN value IS 224 (87.89% from 255) = 33.48%

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

R = 28.4%
G = 33.48%
B = 38.12%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEE0FF (or 0xBEE0FF) is known color: Pattens Blue. HEX triplet: BE, E0 and FF. RGB value is (190,224,255). Sum of RGB (Red+Green+Blue) = 190+224+255=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0FF is #411F00. Grayscale: #D9D9D9. Windows color (decimal): -4267777 or 16769214. OLE color: 16769214.

HSL color Cylindrical-coordinate representation of color #BEE0FF: hue angle of 208.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEE0FF is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 224 255 -
CMYK 0.25 0.12 0 0
HSL 208.62º 1% 0.87% -
HSV(B) 208.62º 0.25% 1% -
XYZ 65.94 71.48 104.93 -
YUV 217.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 190 224 255 0.25 0.12 0 0 208.62 1 0.87
Hex BE E0 FF 19 C 0 0 D1 64 57
Octal 276 340 377 31 14 0 0 321 144 127
Binary 10111110 11100000 11111111 11001 1100 0 0 11010001 1100100 1010111

Color Harmonies of #BEE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0FF

Black with #BEE0FF

Text Example


Text Example

White with #BEE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0FF; }

 p { color: rgb(190,224,255); }

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

background-color css

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

 a { background-color: rgb(190,224,255); }

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

border-color css

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

 span { border-color: rgb(190,224,255); }

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