Html Css Color HEX #BDD0F1 Periwinkle

📋 copy color: '#BDD0F1'

red 189 ◦ green 208 ◦ blue 241

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

Shades of Periwinkle #BDD0F1

Tints of Periwinkle #BDD0F1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.6%

 BLUE value IS 241 (94.53% from 255) = 37.77%

R = 29.62%
G = 32.6%
B = 37.77%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDD0F1 (or 0xBDD0F1) is known color: Periwinkle. HEX triplet: BD, D0 and F1. RGB value is (189,208,241). Sum of RGB (Red+Green+Blue) = 189+208+241=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0F1 is #422F0E. Grayscale: #CDCDCD. Windows color (decimal): -4337423 or 15847613. OLE color: 15847613.

HSL color Cylindrical-coordinate representation of color #BDD0F1: hue angle of 218.08º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD0F1 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 208 241 -
CMYK 0.22 0.14 0 0.05
HSL 218.08º 0.65% 0.84% -
HSV(B) 218.08º 0.22% 0.95% -
XYZ 59.42 62.28 92.11 -
YUV 206.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 189 208 241 0.22 0.14 0 0.05 218.08 0.65 0.84
Hex BD D0 F1 16 E 0 5 DA 41 54
Octal 275 320 361 26 16 0 5 332 101 124
Binary 10111101 11010000 11110001 10110 1110 0 101 11011010 1000001 1010100

Color Harmonies of #BDD0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0F1

Black with #BDD0F1

Text Example


Text Example

White with #BDD0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0F1; }

 p { color: rgb(189,208,241); }

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

background-color css

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

 a { background-color: rgb(189,208,241); }

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

border-color css

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

 span { border-color: rgb(189,208,241); }

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