Html Css Color HEX #BFE2FC Pattens Blue

📋 copy color: '#BFE2FC'

red 191 ◦ green 226 ◦ blue 252

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

Shades of Pattens Blue #BFE2FC

Tints of Pattens Blue #BFE2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.67%

R = 28.55%
G = 33.78%
B = 37.67%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFE2FC (or 0xBFE2FC) is known color: Pattens Blue. HEX triplet: BF, E2 and FC. RGB value is (191,226,252). Sum of RGB (Red+Green+Blue) = 191+226+252=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2FC is #401D03. Grayscale: #DADADA. Windows color (decimal): -4201732 or 16573119. OLE color: 16573119.

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

Color convert

RGB 191 226 252 -
CMYK 0.24 0.10 0 0.01
HSL 205.57º 0.91% 0.87% -
HSV(B) 205.57º 0.24% 0.99% -
XYZ 66.25 72.5 102.6 -
YUV 218.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 191 226 252 0.24 0.10 0 0.01 205.57 0.91 0.87
Hex BF E2 FC 18 A 0 1 CE 5B 57
Octal 277 342 374 30 12 0 1 316 133 127
Binary 10111111 11100010 11111100 11000 1010 0 1 11001110 1011011 1010111

Color Harmonies of #BFE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE2FC

Black with #BFE2FC

Text Example


Text Example

White with #BFE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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