Html Css Color HEX #BEE3FF Pattens Blue

📋 copy color: '#BEE3FF'

red 190 ◦ green 227 ◦ blue 255

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

Shades of Pattens Blue #BEE3FF

Tints of Pattens Blue #BEE3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.78%

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

R = 28.27%
G = 33.78%
B = 37.95%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEE3FF (or 0xBEE3FF) is known color: Pattens Blue. HEX triplet: BE, E3 and FF. RGB value is (190,227,255). Sum of RGB (Red+Green+Blue) = 190+227+255=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE3FF is #411C00. Grayscale: #DADADA. Windows color (decimal): -4267009 or 16769982. OLE color: 16769982.

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

Color convert

RGB 190 227 255 -
CMYK 0.25 0.11 0 0
HSL 205.85º 1% 0.87% -
HSV(B) 205.85º 0.25% 1% -
XYZ 66.75 73.11 105.2 -
YUV 219.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 190 227 255 0.25 0.11 0 0 205.85 1 0.87
Hex BE E3 FF 19 B 0 0 CE 64 57
Octal 276 343 377 31 13 0 0 316 144 127
Binary 10111110 11100011 11111111 11001 1011 0 0 11001110 1100100 1010111

Color Harmonies of #BEE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE3FF

Black with #BEE3FF

Text Example


Text Example

White with #BEE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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