Html Css Color HEX #BDCEFE Periwinkle

📋 copy color: '#BDCEFE'

red 189 ◦ green 206 ◦ blue 254

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

Shades of Periwinkle #BDCEFE

Tints of Periwinkle #BDCEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.74%

 BLUE value IS 254 (99.61% from 255) = 39.14%

R = 29.12%
G = 31.74%
B = 39.14%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDCEFE (or 0xBDCEFE) is known color: Periwinkle. HEX triplet: BD, CE and FE. RGB value is (189,206,254). Sum of RGB (Red+Green+Blue) = 189+206+254=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEFE is #423101. Grayscale: #CECECE. Windows color (decimal): -4337922 or 16699069. OLE color: 16699069.

HSL color Cylindrical-coordinate representation of color #BDCEFE: hue angle of 224.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCEFE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 206 254 -
CMYK 0.26 0.19 0 0.00
HSL 224.31º 0.97% 0.87% -
HSV(B) 224.31º 0.26% 1% -
XYZ 60.95 62.12 102.54 -
YUV 206.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 189 206 254 0.26 0.19 0 0.00 224.31 0.97 0.87
Hex BD CE FE 1A 13 0 0 E0 61 57
Octal 275 316 376 32 23 0 0 340 141 127
Binary 10111101 11001110 11111110 11010 10011 0 0 11100000 1100001 1010111

Color Harmonies of #BDCEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEFE

Black with #BDCEFE

Text Example


Text Example

White with #BDCEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEFE; }

 p { color: rgb(189,206,254); }

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

background-color css

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

 a { background-color: rgb(189,206,254); }

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

border-color css

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

 span { border-color: rgb(189,206,254); }

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