Html Css Color HEX #BDDCF4 Pale Cornflower Blue

📋 copy color: '#BDDCF4'

red 189 ◦ green 220 ◦ blue 244

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

Shades of Pale Cornflower Blue #BDDCF4

Tints of Pale Cornflower Blue #BDDCF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.37%

R = 28.94%
G = 33.69%
B = 37.37%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDDCF4 (or 0xBDDCF4) is known color: Pale Cornflower Blue. HEX triplet: BD, DC and F4. RGB value is (189,220,244). Sum of RGB (Red+Green+Blue) = 189+220+244=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDDCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCF4 is #42230B. Grayscale: #D5D5D5. Windows color (decimal): -4334348 or 16047293. OLE color: 16047293.

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

Color convert

RGB 189 220 244 -
CMYK 0.23 0.10 0 0.04
HSL 206.18º 0.71% 0.85% -
HSV(B) 206.18º 0.23% 0.96% -
XYZ 62.91 68.54 95.5 -
YUV 213.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 189 220 244 0.23 0.10 0 0.04 206.18 0.71 0.85
Hex BD DC F4 17 A 0 4 CE 47 55
Octal 275 334 364 27 12 0 4 316 107 125
Binary 10111101 11011100 11110100 10111 1010 0 100 11001110 1000111 1010101

Color Harmonies of #BDDCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCF4

Black with #BDDCF4

Text Example


Text Example

White with #BDDCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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