Html Css Color HEX #BDD4F3 Periwinkle

📋 copy color: '#BDD4F3'

red 189 ◦ green 212 ◦ blue 243

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

Shades of Periwinkle #BDD4F3

Tints of Periwinkle #BDD4F3

RGB

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

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

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

R = 29.35%
G = 32.92%
B = 37.73%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDD4F3 (or 0xBDD4F3) is known color: Periwinkle. HEX triplet: BD, D4 and F3. RGB value is (189,212,243). Sum of RGB (Red+Green+Blue) = 189+212+243=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDD4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4F3 is #422B0C. Grayscale: #D0D0D0. Windows color (decimal): -4336397 or 15979709. OLE color: 15979709.

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

Color convert

RGB 189 212 243 -
CMYK 0.22 0.13 0 0.05
HSL 214.44º 0.69% 0.85% -
HSV(B) 214.44º 0.22% 0.95% -
XYZ 60.71 64.38 94.02 -
YUV 208.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 189 212 243 0.22 0.13 0 0.05 214.44 0.69 0.85
Hex BD D4 F3 16 D 0 5 D6 45 55
Octal 275 324 363 26 15 0 5 326 105 125
Binary 10111101 11010100 11110011 10110 1101 0 101 11010110 1000101 1010101

Color Harmonies of #BDD4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4F3

Black with #BDD4F3

Text Example


Text Example

White with #BDD4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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