Html Css Color HEX #BFD6EA Pale Cornflower Blue

📋 copy color: '#BFD6EA'

red 191 ◦ green 214 ◦ blue 234

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

Shades of Pale Cornflower Blue #BFD6EA

Tints of Pale Cornflower Blue #BFD6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.49%

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 29.89%
G = 33.49%
B = 36.62%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFD6EA (or 0xBFD6EA) is known color: Pale Cornflower Blue. HEX triplet: BF, D6 and EA. RGB value is (191,214,234). Sum of RGB (Red+Green+Blue) = 191+214+234=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6EA is #402915. Grayscale: #D1D1D1. Windows color (decimal): -4204822 or 15390399. OLE color: 15390399.

HSL color Cylindrical-coordinate representation of color #BFD6EA: hue angle of 207.91º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD6EA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 214 234 -
CMYK 0.18 0.09 0 0.08
HSL 207.91º 0.51% 0.83% -
HSV(B) 207.91º 0.18% 0.92% -
XYZ 60.38 65.11 87.23 -
YUV 209.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 191 214 234 0.18 0.09 0 0.08 207.91 0.51 0.83
Hex BF D6 EA 12 9 0 8 D0 33 53
Octal 277 326 352 22 11 0 10 320 63 123
Binary 10111111 11010110 11101010 10010 1001 0 1000 11010000 110011 1010011

Color Harmonies of #BFD6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD6EA

Black with #BFD6EA

Text Example


Text Example

White with #BFD6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD6EA; }

 p { color: rgb(191,214,234); }

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

background-color css

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

 a { background-color: rgb(191,214,234); }

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

border-color css

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

 span { border-color: rgb(191,214,234); }

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