Html Css Color HEX #BFD9F2 Pale Cornflower Blue

📋 copy color: '#BFD9F2'

red 191 ◦ green 217 ◦ blue 242

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

Shades of Pale Cornflower Blue #BFD9F2

Tints of Pale Cornflower Blue #BFD9F2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.38%

 BLUE value IS 242 (94.92% from 255) = 37.23%

R = 29.38%
G = 33.38%
B = 37.23%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFD9F2 (or 0xBFD9F2) is known color: Pale Cornflower Blue. HEX triplet: BF, D9 and F2. RGB value is (191,217,242). Sum of RGB (Red+Green+Blue) = 191+217+242=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFD9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9F2 is #40260D. Grayscale: #D3D3D3. Windows color (decimal): -4204046 or 15915455. OLE color: 15915455.

HSL color Cylindrical-coordinate representation of color #BFD9F2: hue angle of 209.41º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD9F2 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 217 242 -
CMYK 0.21 0.10 0 0.05
HSL 209.41º 0.66% 0.85% -
HSV(B) 209.41º 0.21% 0.95% -
XYZ 62.33 67.11 93.67 -
YUV 212.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 191 217 242 0.21 0.10 0 0.05 209.41 0.66 0.85
Hex BF D9 F2 15 A 0 5 D1 42 55
Octal 277 331 362 25 12 0 5 321 102 125
Binary 10111111 11011001 11110010 10101 1010 0 101 11010001 1000010 1010101

Color Harmonies of #BFD9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD9F2

Black with #BFD9F2

Text Example


Text Example

White with #BFD9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD9F2; }

 p { color: rgb(191,217,242); }

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

background-color css

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

 a { background-color: rgb(191,217,242); }

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

border-color css

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

 span { border-color: rgb(191,217,242); }

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