Html Css Color HEX #BFE0FC Pattens Blue

📋 copy color: '#BFE0FC'

red 191 ◦ green 224 ◦ blue 252

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

Shades of Pattens Blue #BFE0FC

Tints of Pattens Blue #BFE0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.58%

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

R = 28.64%
G = 33.58%
B = 37.78%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFE0FC (or 0xBFE0FC) is known color: Pattens Blue. HEX triplet: BF, E0 and FC. RGB value is (191,224,252). Sum of RGB (Red+Green+Blue) = 191+224+252=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFE0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0FC is #401F03. Grayscale: #D9D9D9. Windows color (decimal): -4202244 or 16572607. OLE color: 16572607.

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

Color convert

RGB 191 224 252 -
CMYK 0.24 0.11 0 0.01
HSL 207.54º 0.91% 0.87% -
HSV(B) 207.54º 0.24% 0.99% -
XYZ 65.71 71.42 102.42 -
YUV 217.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 191 224 252 0.24 0.11 0 0.01 207.54 0.91 0.87
Hex BF E0 FC 18 B 0 1 D0 5B 57
Octal 277 340 374 30 13 0 1 320 133 127
Binary 10111111 11100000 11111100 11000 1011 0 1 11010000 1011011 1010111

Color Harmonies of #BFE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0FC

Black with #BFE0FC

Text Example


Text Example

White with #BFE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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