Html Css Color HEX #BEE2FF Pattens Blue

📋 copy color: '#BEE2FF'

red 190 ◦ green 226 ◦ blue 255

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

Shades of Pattens Blue #BEE2FF

Tints of Pattens Blue #BEE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.68%

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

R = 28.32%
G = 33.68%
B = 38%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEE2FF (or 0xBEE2FF) is known color: Pattens Blue. HEX triplet: BE, E2 and FF. RGB value is (190,226,255). Sum of RGB (Red+Green+Blue) = 190+226+255=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2FF is #411D00. Grayscale: #DADADA. Windows color (decimal): -4267265 or 16769726. OLE color: 16769726.

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

Color convert

RGB 190 226 255 -
CMYK 0.25 0.11 0 0
HSL 206.77º 1% 0.87% -
HSV(B) 206.77º 0.25% 1% -
XYZ 66.48 72.56 105.11 -
YUV 218.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 190 226 255 0.25 0.11 0 0 206.77 1 0.87
Hex BE E2 FF 19 B 0 0 CF 64 57
Octal 276 342 377 31 13 0 0 317 144 127
Binary 10111110 11100010 11111111 11001 1011 0 0 11001111 1100100 1010111

Color Harmonies of #BEE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2FF

Black with #BEE2FF

Text Example


Text Example

White with #BEE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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