Html Css Color HEX #BEE4FF Pattens Blue

📋 copy color: '#BEE4FF'

red 190 ◦ green 228 ◦ blue 255

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

Shades of Pattens Blue #BEE4FF

Tints of Pattens Blue #BEE4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.88%

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

R = 28.23%
G = 33.88%
B = 37.89%

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

#BEE4FF (or 0xBEE4FF) is known color: Pattens Blue. HEX triplet: BE, E4 and FF. RGB value is (190,228,255). Sum of RGB (Red+Green+Blue) = 190+228+255=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4FF is #411B00. Grayscale: #DBDBDB. Windows color (decimal): -4266753 or 16770238. OLE color: 16770238.

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

Color convert

RGB 190 228 255 -
CMYK 0.25 0.11 0 0
HSL 204.92º 1% 0.87% -
HSV(B) 204.92º 0.25% 1% -
XYZ 67.03 73.65 105.29 -
YUV 219.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 190 228 255 0.25 0.11 0 0 204.92 1 0.87
Hex BE E4 FF 19 B 0 0 CD 64 57
Octal 276 344 377 31 13 0 0 315 144 127
Binary 10111110 11100100 11111111 11001 1011 0 0 11001101 1100100 1010111

Color Harmonies of #BEE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE4FF

Black with #BEE4FF

Text Example


Text Example

White with #BEE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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