Html Css Color HEX #BFE1FB Pattens Blue

📋 copy color: '#BFE1FB'

red 191 ◦ green 225 ◦ blue 251

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

Shades of Pattens Blue #BFE1FB

Tints of Pattens Blue #BFE1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.63%

R = 28.64%
G = 33.73%
B = 37.63%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFE1FB (or 0xBFE1FB) is known color: Pattens Blue. HEX triplet: BF, E1 and FB. RGB value is (191,225,251). Sum of RGB (Red+Green+Blue) = 191+225+251=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1FB is #401E04. Grayscale: #D9D9D9. Windows color (decimal): -4201989 or 16507327. OLE color: 16507327.

HSL color Cylindrical-coordinate representation of color #BFE1FB: hue angle of 206º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE1FB is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 225 251 -
CMYK 0.24 0.10 0 0.02
HSL 206º 0.88% 0.87% -
HSV(B) 206º 0.24% 0.98% -
XYZ 65.82 71.89 101.67 -
YUV 217.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 191 225 251 0.24 0.10 0 0.02 206 0.88 0.87
Hex BF E1 FB 18 A 0 2 CE 58 57
Octal 277 341 373 30 12 0 2 316 130 127
Binary 10111111 11100001 11111011 11000 1010 0 10 11001110 1011000 1010111

Color Harmonies of #BFE1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1FB

Black with #BFE1FB

Text Example


Text Example

White with #BFE1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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