Html Css Color HEX #BEE5FD Pattens Blue

📋 copy color: '#BEE5FD'

red 190 ◦ green 229 ◦ blue 253

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

Shades of Pattens Blue #BEE5FD

Tints of Pattens Blue #BEE5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.65%

R = 28.27%
G = 34.08%
B = 37.65%

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

#BEE5FD (or 0xBEE5FD) is known color: Pattens Blue. HEX triplet: BE, E5 and FD. RGB value is (190,229,253). Sum of RGB (Red+Green+Blue) = 190+229+253=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5FD is #411A02. Grayscale: #DBDBDB. Windows color (decimal): -4266499 or 16639422. OLE color: 16639422.

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

Color convert

RGB 190 229 253 -
CMYK 0.25 0.09 0 0.01
HSL 202.86º 0.94% 0.87% -
HSV(B) 202.86º 0.25% 0.99% -
XYZ 66.98 74.08 103.7 -
YUV 220.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 190 229 253 0.25 0.09 0 0.01 202.86 0.94 0.87
Hex BE E5 FD 19 9 0 1 CB 5E 57
Octal 276 345 375 31 11 0 1 313 136 127
Binary 10111110 11100101 11111101 11001 1001 0 1 11001011 1011110 1010111

Color Harmonies of #BEE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE5FD

Black with #BEE5FD

Text Example


Text Example

White with #BEE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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