Html Css Color HEX #BFE1F7 Pattens Blue

📋 copy color: '#BFE1F7'

red 191 ◦ green 225 ◦ blue 247

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

Shades of Pattens Blue #BFE1F7

Tints of Pattens Blue #BFE1F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.25%

R = 28.81%
G = 33.94%
B = 37.25%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BFE1F7 (or 0xBFE1F7) is known color: Pattens Blue. HEX triplet: BF, E1 and F7. RGB value is (191,225,247). Sum of RGB (Red+Green+Blue) = 191+225+247=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFE1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1F7 is #401E08. Grayscale: #D9D9D9. Windows color (decimal): -4201993 or 16245183. OLE color: 16245183.

HSL color Cylindrical-coordinate representation of color #BFE1F7: hue angle of 203.57º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFE1F7 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 225 247 -
CMYK 0.23 0.09 0 0.03
HSL 203.57º 0.78% 0.86% -
HSV(B) 203.57º 0.23% 0.97% -
XYZ 65.2 71.64 98.39 -
YUV 217.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 191 225 247 0.23 0.09 0 0.03 203.57 0.78 0.86
Hex BF E1 F7 17 9 0 3 CC 4E 56
Octal 277 341 367 27 11 0 3 314 116 126
Binary 10111111 11100001 11110111 10111 1001 0 11 11001100 1001110 1010110

Color Harmonies of #BFE1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1F7

Black with #BFE1F7

Text Example


Text Example

White with #BFE1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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