Html Css Color HEX #BEE1FF Pattens Blue

📋 copy color: '#BEE1FF'

red 190 ◦ green 225 ◦ blue 255

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

Shades of Pattens Blue #BEE1FF

Tints of Pattens Blue #BEE1FF

RGB

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

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

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

R = 28.36%
G = 33.58%
B = 38.06%

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

#BEE1FF (or 0xBEE1FF) is known color: Pattens Blue. HEX triplet: BE, E1 and FF. RGB value is (190,225,255). Sum of RGB (Red+Green+Blue) = 190+225+255=670 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.36% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1FF is #411E00. Grayscale: #D9D9D9. Windows color (decimal): -4267521 or 16769470. OLE color: 16769470.

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

Color convert

RGB 190 225 255 -
CMYK 0.25 0.12 0 0
HSL 207.69º 1% 0.87% -
HSV(B) 207.69º 0.25% 1% -
XYZ 66.21 72.02 105.02 -
YUV 217.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 190 225 255 0.25 0.12 0 0 207.69 1 0.87
Hex BE E1 FF 19 C 0 0 D0 64 57
Octal 276 341 377 31 14 0 0 320 144 127
Binary 10111110 11100001 11111111 11001 1100 0 0 11010000 1100100 1010111

Color Harmonies of #BEE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE1FF

Black with #BEE1FF

Text Example


Text Example

White with #BEE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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