Html Css Color HEX #BDCBED Periwinkle

📋 copy color: '#BDCBED'

red 189 ◦ green 203 ◦ blue 237

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

Shades of Periwinkle #BDCBED

Tints of Periwinkle #BDCBED

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.27%

 BLUE value IS 237 (92.97% from 255) = 37.68%

R = 30.05%
G = 32.27%
B = 37.68%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDCBED (or 0xBDCBED) is known color: Periwinkle. HEX triplet: BD, CB and ED. RGB value is (189,203,237). Sum of RGB (Red+Green+Blue) = 189+203+237=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBED is #423412. Grayscale: #CACACA. Windows color (decimal): -4338707 or 15584189. OLE color: 15584189.

HSL color Cylindrical-coordinate representation of color #BDCBED: hue angle of 222.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDCBED is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 203 237 -
CMYK 0.20 0.14 0 0.07
HSL 222.5º 0.57% 0.84% -
HSV(B) 222.5º 0.2% 0.93% -
XYZ 57.63 59.65 88.6 -
YUV 202.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 189 203 237 0.20 0.14 0 0.07 222.5 0.57 0.84
Hex BD CB ED 14 E 0 7 DE 39 54
Octal 275 313 355 24 16 0 7 336 71 124
Binary 10111101 11001011 11101101 10100 1110 0 111 11011110 111001 1010100

Color Harmonies of #BDCBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBED

Black with #BDCBED

Text Example


Text Example

White with #BDCBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBED; }

 p { color: rgb(189,203,237); }

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

background-color css

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

 a { background-color: rgb(189,203,237); }

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

border-color css

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

 span { border-color: rgb(189,203,237); }

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