Html Css Color HEX #BDD6FC Pale Cornflower Blue

📋 copy color: '#BDD6FC'

red 189 ◦ green 214 ◦ blue 252

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

Shades of Pale Cornflower Blue #BDD6FC

Tints of Pale Cornflower Blue #BDD6FC

RGB

 RED value IS 189 (74.22% from 255) = 28.85%

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

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

R = 28.85%
G = 32.67%
B = 38.47%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDD6FC (or 0xBDD6FC) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and FC. RGB value is (189,214,252). Sum of RGB (Red+Green+Blue) = 189+214+252=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6FC is #422903. Grayscale: #D2D2D2. Windows color (decimal): -4335876 or 16570045. OLE color: 16570045.

HSL color Cylindrical-coordinate representation of color #BDD6FC: hue angle of 216.19º 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 #BDD6FC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 214 252 -
CMYK 0.25 0.15 0 0.01
HSL 216.19º 0.91% 0.86% -
HSV(B) 216.19º 0.25% 0.99% -
XYZ 62.6 65.94 101.52 -
YUV 210.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 189 214 252 0.25 0.15 0 0.01 216.19 0.91 0.86
Hex BD D6 FC 19 F 0 1 D8 5B 56
Octal 275 326 374 31 17 0 1 330 133 126
Binary 10111101 11010110 11111100 11001 1111 0 1 11011000 1011011 1010110

Color Harmonies of #BDD6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6FC

Black with #BDD6FC

Text Example


Text Example

White with #BDD6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6FC; }

 p { color: rgb(189,214,252); }

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

background-color css

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

 a { background-color: rgb(189,214,252); }

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

border-color css

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

 span { border-color: rgb(189,214,252); }

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