Html Css Color HEX #BEE6FF Pattens Blue

📋 copy color: '#BEE6FF'

red 190 ◦ green 230 ◦ blue 255

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

Shades of Pattens Blue #BEE6FF

Tints of Pattens Blue #BEE6FF

RGB

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

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

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

R = 28.15%
G = 34.07%
B = 37.78%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEE6FF (or 0xBEE6FF) is known color: Pattens Blue. HEX triplet: BE, E6 and FF. RGB value is (190,230,255). Sum of RGB (Red+Green+Blue) = 190+230+255=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6FF is #411900. Grayscale: #DCDCDC. Windows color (decimal): -4266241 or 16770750. OLE color: 16770750.

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

Color convert

RGB 190 230 255 -
CMYK 0.25 0.10 0 0
HSL 203.08º 1% 0.87% -
HSV(B) 203.08º 0.25% 1% -
XYZ 67.58 74.76 105.48 -
YUV 220.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 190 230 255 0.25 0.10 0 0 203.08 1 0.87
Hex BE E6 FF 19 A 0 0 CB 64 57
Octal 276 346 377 31 12 0 0 313 144 127
Binary 10111110 11100110 11111111 11001 1010 0 0 11001011 1100100 1010111

Color Harmonies of #BEE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE6FF

Black with #BEE6FF

Text Example


Text Example

White with #BEE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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