Html Css Color HEX #BDD7F3 Pale Cornflower Blue

📋 copy color: '#BDD7F3'

red 189 ◦ green 215 ◦ blue 243

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

Shades of Pale Cornflower Blue #BDD7F3

Tints of Pale Cornflower Blue #BDD7F3

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.23%

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

R = 29.21%
G = 33.23%
B = 37.56%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDD7F3 (or 0xBDD7F3) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and F3. RGB value is (189,215,243). Sum of RGB (Red+Green+Blue) = 189+215+243=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDD7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7F3 is #42280C. Grayscale: #D2D2D2. Windows color (decimal): -4335629 or 15980477. OLE color: 15980477.

HSL color Cylindrical-coordinate representation of color #BDD7F3: hue angle of 211.11º 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 #BDD7F3 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 215 243 -
CMYK 0.22 0.12 0 0.05
HSL 211.11º 0.69% 0.85% -
HSV(B) 211.11º 0.22% 0.95% -
XYZ 61.46 65.89 94.27 -
YUV 210.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 189 215 243 0.22 0.12 0 0.05 211.11 0.69 0.85
Hex BD D7 F3 16 C 0 5 D3 45 55
Octal 275 327 363 26 14 0 5 323 105 125
Binary 10111101 11010111 11110011 10110 1100 0 101 11010011 1000101 1010101

Color Harmonies of #BDD7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7F3

Black with #BDD7F3

Text Example


Text Example

White with #BDD7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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