Html Css Color HEX #BEE4FE Pattens Blue

📋 copy color: '#BEE4FE'

red 190 ◦ green 228 ◦ blue 254

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

Shades of Pattens Blue #BEE4FE

Tints of Pattens Blue #BEE4FE

RGB

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

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

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

R = 28.27%
G = 33.93%
B = 37.8%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEE4FE (or 0xBEE4FE) is known color: Pattens Blue. HEX triplet: BE, E4 and FE. RGB value is (190,228,254). Sum of RGB (Red+Green+Blue) = 190+228+254=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4FE is #411B01. Grayscale: #DBDBDB. Windows color (decimal): -4266754 or 16704702. OLE color: 16704702.

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

Color convert

RGB 190 228 254 -
CMYK 0.25 0.10 0 0.00
HSL 204.38º 0.97% 0.87% -
HSV(B) 204.38º 0.25% 1% -
XYZ 66.87 73.59 104.45 -
YUV 219.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 190 228 254 0.25 0.10 0 0.00 204.38 0.97 0.87
Hex BE E4 FE 19 A 0 0 CC 61 57
Octal 276 344 376 31 12 0 0 314 141 127
Binary 10111110 11100100 11111110 11001 1010 0 0 11001100 1100001 1010111

Color Harmonies of #BEE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE4FE

Black with #BEE4FE

Text Example


Text Example

White with #BEE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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