Html Css Color HEX #BFDFFE Pattens Blue

📋 copy color: '#BFDFFE'

red 191 ◦ green 223 ◦ blue 254

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

Shades of Pattens Blue #BFDFFE

Tints of Pattens Blue #BFDFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.38%

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

R = 28.59%
G = 33.38%
B = 38.02%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFDFFE (or 0xBFDFFE) is known color: Pattens Blue. HEX triplet: BF, DF and FE. RGB value is (191,223,254). Sum of RGB (Red+Green+Blue) = 191+223+254=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFFE is #402001. Grayscale: #D8D8D8. Windows color (decimal): -4202498 or 16703423. OLE color: 16703423.

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

Color convert

RGB 191 223 254 -
CMYK 0.25 0.12 0 0.00
HSL 209.52º 0.97% 0.87% -
HSV(B) 209.52º 0.25% 1% -
XYZ 65.76 71.01 104.01 -
YUV 216.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 191 223 254 0.25 0.12 0 0.00 209.52 0.97 0.87
Hex BF DF FE 19 C 0 0 D2 61 57
Octal 277 337 376 31 14 0 0 322 141 127
Binary 10111111 11011111 11111110 11001 1100 0 0 11010010 1100001 1010111

Color Harmonies of #BFDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFFE

Black with #BFDFFE

Text Example


Text Example

White with #BFDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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