Html Css Color HEX #BDD3F2 Periwinkle

📋 copy color: '#BDD3F2'

red 189 ◦ green 211 ◦ blue 242

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

Shades of Periwinkle #BDD3F2

Tints of Periwinkle #BDD3F2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.87%

 BLUE value IS 242 (94.92% from 255) = 37.69%

R = 29.44%
G = 32.87%
B = 37.69%

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

#BDD3F2 (or 0xBDD3F2) is known color: Periwinkle. HEX triplet: BD, D3 and F2. RGB value is (189,211,242). Sum of RGB (Red+Green+Blue) = 189+211+242=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDD3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3F2 is #422C0D. Grayscale: #CFCFCF. Windows color (decimal): -4336654 or 15913917. OLE color: 15913917.

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

Color convert

RGB 189 211 242 -
CMYK 0.22 0.13 0 0.05
HSL 215.09º 0.67% 0.85% -
HSV(B) 215.09º 0.22% 0.95% -
XYZ 60.31 63.82 93.14 -
YUV 207.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 189 211 242 0.22 0.13 0 0.05 215.09 0.67 0.85
Hex BD D3 F2 16 D 0 5 D7 43 55
Octal 275 323 362 26 15 0 5 327 103 125
Binary 10111101 11010011 11110010 10110 1101 0 101 11010111 1000011 1010101

Color Harmonies of #BDD3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3F2

Black with #BDD3F2

Text Example


Text Example

White with #BDD3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3F2; }

 p { color: rgb(189,211,242); }

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

background-color css

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

 a { background-color: rgb(189,211,242); }

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

border-color css

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

 span { border-color: rgb(189,211,242); }

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