Html Css Color HEX #BFE7FE Pattens Blue

📋 copy color: '#BFE7FE'

red 191 ◦ green 231 ◦ blue 254

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

Shades of Pattens Blue #BFE7FE

Tints of Pattens Blue #BFE7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.17%

 BLUE value IS 254 (99.61% from 255) = 37.57%

R = 28.25%
G = 34.17%
B = 37.57%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFE7FE (or 0xBFE7FE) is known color: Pattens Blue. HEX triplet: BF, E7 and FE. RGB value is (191,231,254). Sum of RGB (Red+Green+Blue) = 191+231+254=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7FE is #401801. Grayscale: #DDDDDD. Windows color (decimal): -4200450 or 16705471. OLE color: 16705471.

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

Color convert

RGB 191 231 254 -
CMYK 0.25 0.09 0 0.00
HSL 201.9º 0.97% 0.87% -
HSV(B) 201.9º 0.25% 1% -
XYZ 67.95 75.38 104.74 -
YUV 221.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 191 231 254 0.25 0.09 0 0.00 201.9 0.97 0.87
Hex BF E7 FE 19 9 0 0 CA 61 57
Octal 277 347 376 31 11 0 0 312 141 127
Binary 10111111 11100111 11111110 11001 1001 0 0 11001010 1100001 1010111

Color Harmonies of #BFE7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE7FE

Black with #BFE7FE

Text Example


Text Example

White with #BFE7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE7FE; }

 p { color: rgb(191,231,254); }

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

background-color css

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

 a { background-color: rgb(191,231,254); }

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

border-color css

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

 span { border-color: rgb(191,231,254); }

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