Html Css Color HEX #BCDDF8 Pale Cornflower Blue

📋 copy color: '#BCDDF8'

red 188 ◦ green 221 ◦ blue 248

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

Shades of Pale Cornflower Blue #BCDDF8

Tints of Pale Cornflower Blue #BCDDF8

RGB

 RED value IS 188 (73.83% from 255) = 28.61%

 GREEN value IS 221 (86.72% from 255) = 33.64%

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

R = 28.61%
G = 33.64%
B = 37.75%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCDDF8 (or 0xBCDDF8) is known color: Pale Cornflower Blue. HEX triplet: BC, DD and F8. RGB value is (188,221,248). Sum of RGB (Red+Green+Blue) = 188+221+248=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 221 (86.72% from 255 or 33.64% 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 #BCDDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDF8 is #432207. Grayscale: #D6D6D6. Windows color (decimal): -4399624 or 16309692. OLE color: 16309692.

HSL color Cylindrical-coordinate representation of color #BCDDF8: hue angle of 207º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCDDF8 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 221 248 -
CMYK 0.24 0.11 0 0.03
HSL 207º 0.81% 0.85% -
HSV(B) 207º 0.24% 0.97% -
XYZ 63.54 69.18 98.81 -
YUV 214.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 188 221 248 0.24 0.11 0 0.03 207 0.81 0.85
Hex BC DD F8 18 B 0 3 CF 51 55
Octal 274 335 370 30 13 0 3 317 121 125
Binary 10111100 11011101 11111000 11000 1011 0 11 11001111 1010001 1010101

Color Harmonies of #BCDDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDF8

Black with #BCDDF8

Text Example


Text Example

White with #BCDDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDF8; }

 p { color: rgb(188,221,248); }

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

background-color css

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

 a { background-color: rgb(188,221,248); }

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

border-color css

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

 span { border-color: rgb(188,221,248); }

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