Html Css Color HEX #BCDBFB Pale Cornflower Blue

📋 copy color: '#BCDBFB'

red 188 ◦ green 219 ◦ blue 251

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

Shades of Pale Cornflower Blue #BCDBFB

Tints of Pale Cornflower Blue #BCDBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.28%

 BLUE value IS 251 (98.44% from 255) = 38.15%

R = 28.57%
G = 33.28%
B = 38.15%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCDBFB (or 0xBCDBFB) is known color: Pale Cornflower Blue. HEX triplet: BC, DB and FB. RGB value is (188,219,251). Sum of RGB (Red+Green+Blue) = 188+219+251=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCDBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBFB is #432404. Grayscale: #D5D5D5. Windows color (decimal): -4400133 or 16505788. OLE color: 16505788.

HSL color Cylindrical-coordinate representation of color #BCDBFB: hue angle of 210.48º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCDBFB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 219 251 -
CMYK 0.25 0.13 0 0.02
HSL 210.48º 0.89% 0.86% -
HSV(B) 210.48º 0.25% 0.98% -
XYZ 63.48 68.32 101.11 -
YUV 213.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 188 219 251 0.25 0.13 0 0.02 210.48 0.89 0.86
Hex BC DB FB 19 D 0 2 D2 59 56
Octal 274 333 373 31 15 0 2 322 131 126
Binary 10111100 11011011 11111011 11001 1101 0 10 11010010 1011001 1010110

Color Harmonies of #BCDBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBFB

Black with #BCDBFB

Text Example


Text Example

White with #BCDBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBFB; }

 p { color: rgb(188,219,251); }

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

background-color css

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

 a { background-color: rgb(188,219,251); }

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

border-color css

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

 span { border-color: rgb(188,219,251); }

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