Html Css Color HEX #BFE2FA Pattens Blue

📋 copy color: '#BFE2FA'

red 191 ◦ green 226 ◦ blue 250

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

Shades of Pattens Blue #BFE2FA

Tints of Pattens Blue #BFE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.88%

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

R = 28.64%
G = 33.88%
B = 37.48%

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

#BFE2FA (or 0xBFE2FA) is known color: Pattens Blue. HEX triplet: BF, E2 and FA. RGB value is (191,226,250). Sum of RGB (Red+Green+Blue) = 191+226+250=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2FA is #401D05. Grayscale: #DADADA. Windows color (decimal): -4201734 or 16442047. OLE color: 16442047.

HSL color Cylindrical-coordinate representation of color #BFE2FA: hue angle of 204.41º 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 #BFE2FA is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 226 250 -
CMYK 0.24 0.10 0 0.02
HSL 204.41º 0.86% 0.86% -
HSV(B) 204.41º 0.24% 0.98% -
XYZ 65.94 72.37 100.94 -
YUV 218.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 191 226 250 0.24 0.10 0 0.02 204.41 0.86 0.86
Hex BF E2 FA 18 A 0 2 CC 56 56
Octal 277 342 372 30 12 0 2 314 126 126
Binary 10111111 11100010 11111010 11000 1010 0 10 11001100 1010110 1010110

Color Harmonies of #BFE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE2FA

Black with #BFE2FA

Text Example


Text Example

White with #BFE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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