Html Css Color HEX #BFDAF8 Pale Cornflower Blue

📋 copy color: '#BFDAF8'

red 191 ◦ green 218 ◦ blue 248

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

Shades of Pale Cornflower Blue #BFDAF8

Tints of Pale Cornflower Blue #BFDAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.75%

R = 29.07%
G = 33.18%
B = 37.75%

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

#BFDAF8 (or 0xBFDAF8) is known color: Pale Cornflower Blue. HEX triplet: BF, DA and F8. RGB value is (191,218,248). Sum of RGB (Red+Green+Blue) = 191+218+248=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAF8 is #402507. Grayscale: #D5D5D5. Windows color (decimal): -4203784 or 16308927. OLE color: 16308927.

HSL color Cylindrical-coordinate representation of color #BFDAF8: hue angle of 211.58º degrees, saturation: 0.8, 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 #BFDAF8 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 218 248 -
CMYK 0.23 0.12 0 0.03
HSL 211.58º 0.8% 0.86% -
HSV(B) 211.58º 0.23% 0.97% -
XYZ 63.5 68 98.58 -
YUV 213.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 191 218 248 0.23 0.12 0 0.03 211.58 0.8 0.86
Hex BF DA F8 17 C 0 3 D4 50 56
Octal 277 332 370 27 14 0 3 324 120 126
Binary 10111111 11011010 11111000 10111 1100 0 11 11010100 1010000 1010110

Color Harmonies of #BFDAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAF8

Black with #BFDAF8

Text Example


Text Example

White with #BFDAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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