Html Css Color HEX #BFE0FB Pattens Blue

📋 copy color: '#BFE0FB'

red 191 ◦ green 224 ◦ blue 251

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

Shades of Pattens Blue #BFE0FB

Tints of Pattens Blue #BFE0FB

RGB

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

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

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

R = 28.68%
G = 33.63%
B = 37.69%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFE0FB (or 0xBFE0FB) is known color: Pattens Blue. HEX triplet: BF, E0 and FB. RGB value is (191,224,251). Sum of RGB (Red+Green+Blue) = 191+224+251=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0FB is #401F04. Grayscale: #D9D9D9. Windows color (decimal): -4202245 or 16507071. OLE color: 16507071.

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

Color convert

RGB 191 224 251 -
CMYK 0.24 0.11 0 0.02
HSL 207º 0.88% 0.87% -
HSV(B) 207º 0.24% 0.98% -
XYZ 65.55 71.35 101.58 -
YUV 217.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 191 224 251 0.24 0.11 0 0.02 207 0.88 0.87
Hex BF E0 FB 18 B 0 2 CF 58 57
Octal 277 340 373 30 13 0 2 317 130 127
Binary 10111111 11100000 11111011 11000 1011 0 10 11001111 1011000 1010111

Color Harmonies of #BFE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0FB

Black with #BFE0FB

Text Example


Text Example

White with #BFE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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