Html Css Color HEX #BDDDF7 Pale Cornflower Blue

📋 copy color: '#BDDDF7'

red 189 ◦ green 221 ◦ blue 247

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

Shades of Pale Cornflower Blue #BDDDF7

Tints of Pale Cornflower Blue #BDDDF7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.64%

 BLUE value IS 247 (96.88% from 255) = 37.6%

R = 28.77%
G = 33.64%
B = 37.6%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDDDF7 (or 0xBDDDF7) is known color: Pale Cornflower Blue. HEX triplet: BD, DD and F7. RGB value is (189,221,247). Sum of RGB (Red+Green+Blue) = 189+221+247=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDDDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF7 is #422208. Grayscale: #D6D6D6. Windows color (decimal): -4334089 or 16244157. OLE color: 16244157.

HSL color Cylindrical-coordinate representation of color #BDDDF7: hue angle of 206.9º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDDF7 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 221 247 -
CMYK 0.23 0.11 0 0.03
HSL 206.9º 0.78% 0.85% -
HSV(B) 206.9º 0.23% 0.97% -
XYZ 63.63 69.25 98.01 -
YUV 214.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 189 221 247 0.23 0.11 0 0.03 206.9 0.78 0.85
Hex BD DD F7 17 B 0 3 CF 4E 55
Octal 275 335 367 27 13 0 3 317 116 125
Binary 10111101 11011101 11110111 10111 1011 0 11 11001111 1001110 1010101

Color Harmonies of #BDDDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDF7

Black with #BDDDF7

Text Example


Text Example

White with #BDDDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDF7; }

 p { color: rgb(189,221,247); }

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

background-color css

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

 a { background-color: rgb(189,221,247); }

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

border-color css

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

 span { border-color: rgb(189,221,247); }

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