Html Css Color HEX #BEE7FE Pattens Blue

📋 copy color: '#BEE7FE'

red 190 ◦ green 231 ◦ blue 254

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

Shades of Pattens Blue #BEE7FE

Tints of Pattens Blue #BEE7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.22%

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

R = 28.15%
G = 34.22%
B = 37.63%

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

#BEE7FE (or 0xBEE7FE) is known color: Pattens Blue. HEX triplet: BE, E7 and FE. RGB value is (190,231,254). Sum of RGB (Red+Green+Blue) = 190+231+254=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 231 (90.62% from 255 or 34.22% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7FE is #411801. Grayscale: #DDDDDD. Windows color (decimal): -4265986 or 16705470. OLE color: 16705470.

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

Color convert

RGB 190 231 254 -
CMYK 0.25 0.09 0 0.00
HSL 201.56º 0.97% 0.87% -
HSV(B) 201.56º 0.25% 1% -
XYZ 67.7 75.25 104.72 -
YUV 221.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 190 231 254 0.25 0.09 0 0.00 201.56 0.97 0.87
Hex BE E7 FE 19 9 0 0 CA 61 57
Octal 276 347 376 31 11 0 0 312 141 127
Binary 10111110 11100111 11111110 11001 1001 0 0 11001010 1100001 1010111

Color Harmonies of #BEE7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE7FE

Black with #BEE7FE

Text Example


Text Example

White with #BEE7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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