Html Css Color HEX #BEE1FE Pattens Blue

📋 copy color: '#BEE1FE'

red 190 ◦ green 225 ◦ blue 254

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

Shades of Pattens Blue #BEE1FE

Tints of Pattens Blue #BEE1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.63%

 BLUE value IS 254 (99.61% from 255) = 37.97%

R = 28.4%
G = 33.63%
B = 37.97%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEE1FE (or 0xBEE1FE) is known color: Pattens Blue. HEX triplet: BE, E1 and FE. RGB value is (190,225,254). Sum of RGB (Red+Green+Blue) = 190+225+254=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1FE is #411E01. Grayscale: #D9D9D9. Windows color (decimal): -4267522 or 16703934. OLE color: 16703934.

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

Color convert

RGB 190 225 254 -
CMYK 0.25 0.11 0 0.00
HSL 207.19º 0.97% 0.87% -
HSV(B) 207.19º 0.25% 1% -
XYZ 66.05 71.95 104.17 -
YUV 217.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 190 225 254 0.25 0.11 0 0.00 207.19 0.97 0.87
Hex BE E1 FE 19 B 0 0 CF 61 57
Octal 276 341 376 31 13 0 0 317 141 127
Binary 10111110 11100001 11111110 11001 1011 0 0 11001111 1100001 1010111

Color Harmonies of #BEE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE1FE

Black with #BEE1FE

Text Example


Text Example

White with #BEE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE1FE; }

 p { color: rgb(190,225,254); }

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

background-color css

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

 a { background-color: rgb(190,225,254); }

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

border-color css

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

 span { border-color: rgb(190,225,254); }

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