Html Css Color HEX #BFDAF5 Pale Cornflower Blue

📋 copy color: '#BFDAF5'

red 191 ◦ green 218 ◦ blue 245

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

Shades of Pale Cornflower Blue #BFDAF5

Tints of Pale Cornflower Blue #BFDAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.46%

R = 29.2%
G = 33.33%
B = 37.46%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFDAF5 (or 0xBFDAF5) is known color: Pale Cornflower Blue. HEX triplet: BF, DA and F5. RGB value is (191,218,245). Sum of RGB (Red+Green+Blue) = 191+218+245=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAF5 is #40250A. Grayscale: #D4D4D4. Windows color (decimal): -4203787 or 16112319. OLE color: 16112319.

HSL color Cylindrical-coordinate representation of color #BFDAF5: hue angle of 210º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDAF5 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 218 245 -
CMYK 0.22 0.11 0 0.04
HSL 210º 0.73% 0.85% -
HSV(B) 210º 0.22% 0.96% -
XYZ 63.04 67.81 96.15 -
YUV 213.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 191 218 245 0.22 0.11 0 0.04 210 0.73 0.85
Hex BF DA F5 16 B 0 4 D2 49 55
Octal 277 332 365 26 13 0 4 322 111 125
Binary 10111111 11011010 11110101 10110 1011 0 100 11010010 1001001 1010101

Color Harmonies of #BFDAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAF5

Black with #BFDAF5

Text Example


Text Example

White with #BFDAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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