Html Css Color HEX #BFE6FE Pattens Blue

📋 copy color: '#BFE6FE'

red 191 ◦ green 230 ◦ blue 254

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

Shades of Pattens Blue #BFE6FE

Tints of Pattens Blue #BFE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.07%

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

R = 28.3%
G = 34.07%
B = 37.63%

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

#BFE6FE (or 0xBFE6FE) is known color: Pattens Blue. HEX triplet: BF, E6 and FE. RGB value is (191,230,254). Sum of RGB (Red+Green+Blue) = 191+230+254=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE6FE is #401901. Grayscale: #DCDCDC. Windows color (decimal): -4200706 or 16705215. OLE color: 16705215.

HSL color Cylindrical-coordinate representation of color #BFE6FE: hue angle of 202.86º 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 #BFE6FE is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 230 254 -
CMYK 0.25 0.09 0 0.00
HSL 202.86º 0.97% 0.87% -
HSV(B) 202.86º 0.25% 1% -
XYZ 67.67 74.83 104.64 -
YUV 221.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 191 230 254 0.25 0.09 0 0.00 202.86 0.97 0.87
Hex BF E6 FE 19 9 0 0 CB 61 57
Octal 277 346 376 31 11 0 0 313 141 127
Binary 10111111 11100110 11111110 11001 1001 0 0 11001011 1100001 1010111

Color Harmonies of #BFE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6FE

Black with #BFE6FE

Text Example


Text Example

White with #BFE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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