Html Css Color HEX #BFDDFE Pale Cornflower Blue

📋 copy color: '#BFDDFE'

red 191 ◦ green 221 ◦ blue 254

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

Shades of Pale Cornflower Blue #BFDDFE

Tints of Pale Cornflower Blue #BFDDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.18%

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

R = 28.68%
G = 33.18%
B = 38.14%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFDDFE (or 0xBFDDFE) is known color: Pale Cornflower Blue. HEX triplet: BF, DD and FE. RGB value is (191,221,254). Sum of RGB (Red+Green+Blue) = 191+221+254=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDFE is #402201. Grayscale: #D7D7D7. Windows color (decimal): -4203010 or 16702911. OLE color: 16702911.

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

Color convert

RGB 191 221 254 -
CMYK 0.25 0.13 0 0.00
HSL 211.43º 0.97% 0.87% -
HSV(B) 211.43º 0.25% 1% -
XYZ 65.23 69.95 103.83 -
YUV 215.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 191 221 254 0.25 0.13 0 0.00 211.43 0.97 0.87
Hex BF DD FE 19 D 0 0 D3 61 57
Octal 277 335 376 31 15 0 0 323 141 127
Binary 10111111 11011101 11111110 11001 1101 0 0 11010011 1100001 1010111

Color Harmonies of #BFDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDFE

Black with #BFDDFE

Text Example


Text Example

White with #BFDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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