Html Css Color HEX #BFE0FE Pattens Blue

📋 copy color: '#BFE0FE'

red 191 ◦ green 224 ◦ blue 254

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

Shades of Pattens Blue #BFE0FE

Tints of Pattens Blue #BFE0FE

RGB

 RED value IS 191 (75% from 255) = 28.55%

 GREEN value IS 224 (87.89% from 255) = 33.48%

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

R = 28.55%
G = 33.48%
B = 37.97%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFE0FE (or 0xBFE0FE) is known color: Pattens Blue. HEX triplet: BF, E0 and FE. RGB value is (191,224,254). Sum of RGB (Red+Green+Blue) = 191+224+254=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0FE is #401F01. Grayscale: #D9D9D9. Windows color (decimal): -4202242 or 16703679. OLE color: 16703679.

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

Color convert

RGB 191 224 254 -
CMYK 0.25 0.12 0 0.00
HSL 208.57º 0.97% 0.87% -
HSV(B) 208.57º 0.25% 1% -
XYZ 66.03 71.54 104.1 -
YUV 217.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 191 224 254 0.25 0.12 0 0.00 208.57 0.97 0.87
Hex BF E0 FE 19 C 0 0 D1 61 57
Octal 277 340 376 31 14 0 0 321 141 127
Binary 10111111 11100000 11111110 11001 1100 0 0 11010001 1100001 1010111

Color Harmonies of #BFE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0FE

Black with #BFE0FE

Text Example


Text Example

White with #BFE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0FE; }

 p { color: rgb(191,224,254); }

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

background-color css

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

 a { background-color: rgb(191,224,254); }

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

border-color css

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

 span { border-color: rgb(191,224,254); }

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