Html Css Color HEX #BDD4FC Periwinkle

📋 copy color: '#BDD4FC'

red 189 ◦ green 212 ◦ blue 252

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

Shades of Periwinkle #BDD4FC

Tints of Periwinkle #BDD4FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.59%

R = 28.94%
G = 32.47%
B = 38.59%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDD4FC (or 0xBDD4FC) is known color: Periwinkle. HEX triplet: BD, D4 and FC. RGB value is (189,212,252). Sum of RGB (Red+Green+Blue) = 189+212+252=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4FC is #422B03. Grayscale: #D1D1D1. Windows color (decimal): -4336388 or 16569533. OLE color: 16569533.

HSL color Cylindrical-coordinate representation of color #BDD4FC: hue angle of 218.1º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD4FC is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 212 252 -
CMYK 0.25 0.16 0 0.01
HSL 218.1º 0.91% 0.86% -
HSV(B) 218.1º 0.25% 0.99% -
XYZ 62.1 64.93 101.36 -
YUV 209.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 189 212 252 0.25 0.16 0 0.01 218.1 0.91 0.86
Hex BD D4 FC 19 10 0 1 DA 5B 56
Octal 275 324 374 31 20 0 1 332 133 126
Binary 10111101 11010100 11111100 11001 10000 0 1 11011010 1011011 1010110

Color Harmonies of #BDD4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4FC

Black with #BDD4FC

Text Example


Text Example

White with #BDD4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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