Html Css Color HEX #BCDDF6 Pale Cornflower Blue

📋 copy color: '#BCDDF6'

red 188 ◦ green 221 ◦ blue 246

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

Shades of Pale Cornflower Blue #BCDDF6

Tints of Pale Cornflower Blue #BCDDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.56%

R = 28.7%
G = 33.74%
B = 37.56%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCDDF6 (or 0xBCDDF6) is known color: Pale Cornflower Blue. HEX triplet: BC, DD and F6. RGB value is (188,221,246). Sum of RGB (Red+Green+Blue) = 188+221+246=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDF6 is #432209. Grayscale: #D5D5D5. Windows color (decimal): -4399626 or 16178620. OLE color: 16178620.

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

Color convert

RGB 188 221 246 -
CMYK 0.24 0.10 0 0.04
HSL 205.86º 0.76% 0.85% -
HSV(B) 205.86º 0.24% 0.96% -
XYZ 63.23 69.06 97.19 -
YUV 213.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 188 221 246 0.24 0.10 0 0.04 205.86 0.76 0.85
Hex BC DD F6 18 A 0 4 CE 4C 55
Octal 274 335 366 30 12 0 4 316 114 125
Binary 10111100 11011101 11110110 11000 1010 0 100 11001110 1001100 1010101

Color Harmonies of #BCDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDF6

Black with #BCDDF6

Text Example


Text Example

White with #BCDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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