Html Css Color HEX #BCDBFC Pale Cornflower Blue

📋 copy color: '#BCDBFC'

red 188 ◦ green 219 ◦ blue 252

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

Shades of Pale Cornflower Blue #BCDBFC

Tints of Pale Cornflower Blue #BCDBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.24%

R = 28.53%
G = 33.23%
B = 38.24%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCDBFC (or 0xBCDBFC) is known color: Pale Cornflower Blue. HEX triplet: BC, DB and FC. RGB value is (188,219,252). Sum of RGB (Red+Green+Blue) = 188+219+252=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBFC is #432403. Grayscale: #D5D5D5. Windows color (decimal): -4400132 or 16571324. OLE color: 16571324.

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

Color convert

RGB 188 219 252 -
CMYK 0.25 0.13 0 0.01
HSL 210.94º 0.91% 0.86% -
HSV(B) 210.94º 0.25% 0.99% -
XYZ 63.64 68.38 101.94 -
YUV 213.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 188 219 252 0.25 0.13 0 0.01 210.94 0.91 0.86
Hex BC DB FC 19 D 0 1 D3 5B 56
Octal 274 333 374 31 15 0 1 323 133 126
Binary 10111100 11011011 11111100 11001 1101 0 1 11010011 1011011 1010110

Color Harmonies of #BCDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBFC

Black with #BCDBFC

Text Example


Text Example

White with #BCDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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