Html Css Color HEX #BEE5FC Pattens Blue

📋 copy color: '#BEE5FC'

red 190 ◦ green 229 ◦ blue 252

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

Shades of Pattens Blue #BEE5FC

Tints of Pattens Blue #BEE5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.13%

 BLUE value IS 252 (98.83% from 255) = 37.56%

R = 28.32%
G = 34.13%
B = 37.56%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEE5FC (or 0xBEE5FC) is known color: Pattens Blue. HEX triplet: BE, E5 and FC. RGB value is (190,229,252). Sum of RGB (Red+Green+Blue) = 190+229+252=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5FC is #411A03. Grayscale: #DBDBDB. Windows color (decimal): -4266500 or 16573886. OLE color: 16573886.

HSL color Cylindrical-coordinate representation of color #BEE5FC: hue angle of 202.26º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEE5FC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 229 252 -
CMYK 0.25 0.09 0 0.01
HSL 202.26º 0.91% 0.87% -
HSV(B) 202.26º 0.25% 0.99% -
XYZ 66.83 74.01 102.86 -
YUV 219.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 190 229 252 0.25 0.09 0 0.01 202.26 0.91 0.87
Hex BE E5 FC 19 9 0 1 CA 5B 57
Octal 276 345 374 31 11 0 1 312 133 127
Binary 10111110 11100101 11111100 11001 1001 0 1 11001010 1011011 1010111

Color Harmonies of #BEE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE5FC

Black with #BEE5FC

Text Example


Text Example

White with #BEE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE5FC; }

 p { color: rgb(190,229,252); }

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

background-color css

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

 a { background-color: rgb(190,229,252); }

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

border-color css

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

 span { border-color: rgb(190,229,252); }

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