Html Css Color HEX #BFE1FE Pattens Blue

📋 copy color: '#BFE1FE'

red 191 ◦ green 225 ◦ blue 254

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

Shades of Pattens Blue #BFE1FE

Tints of Pattens Blue #BFE1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.58%

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

R = 28.51%
G = 33.58%
B = 37.91%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFE1FE (or 0xBFE1FE) is known color: Pattens Blue. HEX triplet: BF, E1 and FE. RGB value is (191,225,254). Sum of RGB (Red+Green+Blue) = 191+225+254=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1FE is #401E01. Grayscale: #D9D9D9. Windows color (decimal): -4201986 or 16703935. OLE color: 16703935.

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

Color convert

RGB 191 225 254 -
CMYK 0.25 0.11 0 0.00
HSL 207.62º 0.97% 0.87% -
HSV(B) 207.62º 0.25% 1% -
XYZ 66.3 72.08 104.18 -
YUV 218.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 191 225 254 0.25 0.11 0 0.00 207.62 0.97 0.87
Hex BF E1 FE 19 B 0 0 D0 61 57
Octal 277 341 376 31 13 0 0 320 141 127
Binary 10111111 11100001 11111110 11001 1011 0 0 11010000 1100001 1010111

Color Harmonies of #BFE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1FE

Black with #BFE1FE

Text Example


Text Example

White with #BFE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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