Html Css Color HEX #BEE7FF Pattens Blue

📋 copy color: '#BEE7FF'

red 190 ◦ green 231 ◦ blue 255

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

Shades of Pattens Blue #BEE7FF

Tints of Pattens Blue #BEE7FF

RGB

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

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

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

R = 28.11%
G = 34.17%
B = 37.72%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEE7FF (or 0xBEE7FF) is known color: Pattens Blue. HEX triplet: BE, E7 and FF. RGB value is (190,231,255). Sum of RGB (Red+Green+Blue) = 190+231+255=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7FF is #411800. Grayscale: #DDDDDD. Windows color (decimal): -4265985 or 16771006. OLE color: 16771006.

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

Color convert

RGB 190 231 255 -
CMYK 0.25 0.09 0 0
HSL 202.15º 1% 0.87% -
HSV(B) 202.15º 0.25% 1% -
XYZ 67.86 75.32 105.57 -
YUV 221.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 190 231 255 0.25 0.09 0 0 202.15 1 0.87
Hex BE E7 FF 19 9 0 0 CA 64 57
Octal 276 347 377 31 11 0 0 312 144 127
Binary 10111110 11100111 11111111 11001 1001 0 0 11001010 1100100 1010111

Color Harmonies of #BEE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE7FF

Black with #BEE7FF

Text Example


Text Example

White with #BEE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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