Html Css Color HEX #BDD4F7 Periwinkle

📋 copy color: '#BDD4F7'

red 189 ◦ green 212 ◦ blue 247

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

Shades of Periwinkle #BDD4F7

Tints of Periwinkle #BDD4F7

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.72%

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

R = 29.17%
G = 32.72%
B = 38.12%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDD4F7 (or 0xBDD4F7) is known color: Periwinkle. HEX triplet: BD, D4 and F7. RGB value is (189,212,247). Sum of RGB (Red+Green+Blue) = 189+212+247=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDD4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4F7 is #422B08. Grayscale: #D0D0D0. Windows color (decimal): -4336393 or 16241853. OLE color: 16241853.

HSL color Cylindrical-coordinate representation of color #BDD4F7: hue angle of 216.21º 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 #BDD4F7 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 212 247 -
CMYK 0.23 0.14 0 0.03
HSL 216.21º 0.78% 0.85% -
HSV(B) 216.21º 0.23% 0.97% -
XYZ 61.32 64.62 97.24 -
YUV 209.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 189 212 247 0.23 0.14 0 0.03 216.21 0.78 0.85
Hex BD D4 F7 17 E 0 3 D8 4E 55
Octal 275 324 367 27 16 0 3 330 116 125
Binary 10111101 11010100 11110111 10111 1110 0 11 11011000 1001110 1010101

Color Harmonies of #BDD4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4F7

Black with #BDD4F7

Text Example


Text Example

White with #BDD4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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