Html Css Color HEX #BEE6FE Pattens Blue

📋 copy color: '#BEE6FE'

red 190 ◦ green 230 ◦ blue 254

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

Shades of Pattens Blue #BEE6FE

Tints of Pattens Blue #BEE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.12%

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

R = 28.19%
G = 34.12%
B = 37.69%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEE6FE (or 0xBEE6FE) is known color: Pattens Blue. HEX triplet: BE, E6 and FE. RGB value is (190,230,254). Sum of RGB (Red+Green+Blue) = 190+230+254=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6FE is #411901. Grayscale: #DCDCDC. Windows color (decimal): -4266242 or 16705214. OLE color: 16705214.

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

Color convert

RGB 190 230 254 -
CMYK 0.25 0.09 0 0.00
HSL 202.5º 0.97% 0.87% -
HSV(B) 202.5º 0.25% 1% -
XYZ 67.42 74.7 104.63 -
YUV 220.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 190 230 254 0.25 0.09 0 0.00 202.5 0.97 0.87
Hex BE E6 FE 19 9 0 0 CA 61 57
Octal 276 346 376 31 11 0 0 312 141 127
Binary 10111110 11100110 11111110 11001 1001 0 0 11001010 1100001 1010111

Color Harmonies of #BEE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE6FE

Black with #BEE6FE

Text Example


Text Example

White with #BEE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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