Html Css Color HEX #BDDCF3 Pale Cornflower Blue

📋 copy color: '#BDDCF3'

red 189 ◦ green 220 ◦ blue 243

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

Shades of Pale Cornflower Blue #BDDCF3

Tints of Pale Cornflower Blue #BDDCF3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.74%

 BLUE value IS 243 (95.31% from 255) = 37.27%

R = 28.99%
G = 33.74%
B = 37.27%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDDCF3 (or 0xBDDCF3) is known color: Pale Cornflower Blue. HEX triplet: BD, DC and F3. RGB value is (189,220,243). Sum of RGB (Red+Green+Blue) = 189+220+243=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCF3 is #42230C. Grayscale: #D5D5D5. Windows color (decimal): -4334349 or 15981757. OLE color: 15981757.

HSL color Cylindrical-coordinate representation of color #BDDCF3: hue angle of 205.56º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDCF3 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 220 243 -
CMYK 0.22 0.09 0 0.05
HSL 205.56º 0.69% 0.85% -
HSV(B) 205.56º 0.22% 0.95% -
XYZ 62.76 68.48 94.7 -
YUV 213.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 189 220 243 0.22 0.09 0 0.05 205.56 0.69 0.85
Hex BD DC F3 16 9 0 5 CE 45 55
Octal 275 334 363 26 11 0 5 316 105 125
Binary 10111101 11011100 11110011 10110 1001 0 101 11001110 1000101 1010101

Color Harmonies of #BDDCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCF3

Black with #BDDCF3

Text Example


Text Example

White with #BDDCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCF3; }

 p { color: rgb(189,220,243); }

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

background-color css

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

 a { background-color: rgb(189,220,243); }

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

border-color css

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

 span { border-color: rgb(189,220,243); }

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