Html Css Color HEX #BFE0FF Pattens Blue

📋 copy color: '#BFE0FF'

red 191 ◦ green 224 ◦ blue 255

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

Shades of Pattens Blue #BFE0FF

Tints of Pattens Blue #BFE0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.06%

R = 28.51%
G = 33.43%
B = 38.06%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFE0FF (or 0xBFE0FF) is known color: Pattens Blue. HEX triplet: BF, E0 and FF. RGB value is (191,224,255). Sum of RGB (Red+Green+Blue) = 191+224+255=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0FF is #401F00. Grayscale: #D9D9D9. Windows color (decimal): -4202241 or 16769215. OLE color: 16769215.

HSL color Cylindrical-coordinate representation of color #BFE0FF: hue angle of 209.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE0FF is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 224 255 -
CMYK 0.25 0.12 0 0
HSL 209.06º 1% 0.87% -
HSV(B) 209.06º 0.25% 1% -
XYZ 66.19 71.61 104.94 -
YUV 217.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 191 224 255 0.25 0.12 0 0 209.06 1 0.87
Hex BF E0 FF 19 C 0 0 D1 64 57
Octal 277 340 377 31 14 0 0 321 144 127
Binary 10111111 11100000 11111111 11001 1100 0 0 11010001 1100100 1010111

Color Harmonies of #BFE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0FF

Black with #BFE0FF

Text Example


Text Example

White with #BFE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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