Html Css Color HEX #BFDAF7 Pale Cornflower Blue

📋 copy color: '#BFDAF7'

red 191 ◦ green 218 ◦ blue 247

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

Shades of Pale Cornflower Blue #BFDAF7

Tints of Pale Cornflower Blue #BFDAF7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.23%

 BLUE value IS 247 (96.88% from 255) = 37.65%

R = 29.12%
G = 33.23%
B = 37.65%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BFDAF7 (or 0xBFDAF7) is known color: Pale Cornflower Blue. HEX triplet: BF, DA and F7. RGB value is (191,218,247). Sum of RGB (Red+Green+Blue) = 191+218+247=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAF7 is #402508. Grayscale: #D5D5D5. Windows color (decimal): -4203785 or 16243391. OLE color: 16243391.

HSL color Cylindrical-coordinate representation of color #BFDAF7: hue angle of 211.07º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDAF7 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 218 247 -
CMYK 0.23 0.12 0 0.03
HSL 211.07º 0.78% 0.86% -
HSV(B) 211.07º 0.23% 0.97% -
XYZ 63.35 67.93 97.77 -
YUV 213.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 191 218 247 0.23 0.12 0 0.03 211.07 0.78 0.86
Hex BF DA F7 17 C 0 3 D3 4E 56
Octal 277 332 367 27 14 0 3 323 116 126
Binary 10111111 11011010 11110111 10111 1100 0 11 11010011 1001110 1010110

Color Harmonies of #BFDAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAF7

Black with #BFDAF7

Text Example


Text Example

White with #BFDAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAF7; }

 p { color: rgb(191,218,247); }

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

background-color css

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

 a { background-color: rgb(191,218,247); }

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

border-color css

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

 span { border-color: rgb(191,218,247); }

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