Html Css Color HEX #BFE1FA Pattens Blue

📋 copy color: '#BFE1FA'

red 191 ◦ green 225 ◦ blue 250

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

Shades of Pattens Blue #BFE1FA

Tints of Pattens Blue #BFE1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 28.68%
G = 33.78%
B = 37.54%

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

#BFE1FA (or 0xBFE1FA) is known color: Pattens Blue. HEX triplet: BF, E1 and FA. RGB value is (191,225,250). Sum of RGB (Red+Green+Blue) = 191+225+250=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1FA is #401E05. Grayscale: #D9D9D9. Windows color (decimal): -4201990 or 16441791. OLE color: 16441791.

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

Color convert

RGB 191 225 250 -
CMYK 0.24 0.10 0 0.02
HSL 205.42º 0.86% 0.86% -
HSV(B) 205.42º 0.24% 0.98% -
XYZ 65.67 71.83 100.85 -
YUV 217.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 191 225 250 0.24 0.10 0 0.02 205.42 0.86 0.86
Hex BF E1 FA 18 A 0 2 CD 56 56
Octal 277 341 372 30 12 0 2 315 126 126
Binary 10111111 11100001 11111010 11000 1010 0 10 11001101 1010110 1010110

Color Harmonies of #BFE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1FA

Black with #BFE1FA

Text Example


Text Example

White with #BFE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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